forked from github/dataease
feat: 过滤前端不需要提交的代码
This commit is contained in:
parent
4bed85dd9b
commit
892222d92a
24
.gitignore
vendored
24
.gitignore
vendored
@ -25,3 +25,27 @@ hs_err_pid*
|
||||
target/
|
||||
*.iml
|
||||
.DS_Store
|
||||
node_modules
|
||||
/dist
|
||||
|
||||
|
||||
# local env files
|
||||
.env.demo
|
||||
.env.*.local
|
||||
|
||||
# Log files
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
pnpm-debug.log*
|
||||
|
||||
# Editor directories and files
|
||||
.idea
|
||||
.vscode
|
||||
*.suo
|
||||
*.ntvs*
|
||||
*.njsproj
|
||||
*.sln
|
||||
*.sw?
|
||||
|
||||
package-lock.json
|
||||
|
Loading…
Reference in New Issue
Block a user