forked from github/dataease
feat: 增加gitignore忽略node文件夹和lock文件
This commit is contained in:
parent
1fe79ec4e4
commit
b1194fd843
3
.gitignore
vendored
3
.gitignore
vendored
@ -27,7 +27,7 @@ target/
|
||||
.DS_Store
|
||||
node_modules
|
||||
/dist
|
||||
|
||||
node/
|
||||
|
||||
# local env files
|
||||
.env.demo
|
||||
@ -47,5 +47,6 @@ pnpm-debug.log*
|
||||
*.njsproj
|
||||
*.sln
|
||||
*.sw?
|
||||
*.lock
|
||||
|
||||
package-lock.json
|
||||
|
Loading…
Reference in New Issue
Block a user