初始化

This commit is contained in:
2025-11-15 14:15:48 +08:00
commit 7073b51853
4 changed files with 23 additions and 0 deletions

8
.idea/.gitignore generated vendored Normal file
View File

@@ -0,0 +1,8 @@
# 默认忽略的文件
/shelf/
/workspace.xml
# 基于编辑器的 HTTP 客户端请求
/httpRequests/
# Datasource local storage ignored files
/dataSources/
/dataSources.local.xml

4
.idea/workspace.xml generated Normal file
View File

@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="PropertiesComponent">{}</component>
</project>

1
index.js Normal file
View File

@@ -0,0 +1 @@
console.log('Happy developing ✨')

10
package.json Normal file
View File

@@ -0,0 +1,10 @@
{
"name": "javascript_learn",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"private": true
}