2021-05-26 12:26:13 +08:00
|
|
|
*.classpath
|
|
|
|
|
|
|
|
# Package Files
|
|
|
|
*.jar
|
|
|
|
*.war
|
|
|
|
*.ear
|
2021-06-18 11:33:19 +08:00
|
|
|
*.log
|
|
|
|
*.iml
|
2021-05-26 12:26:13 +08:00
|
|
|
|
2021-01-09 18:07:07 +08:00
|
|
|
.DS_Store
|
|
|
|
node_modules
|
2021-05-26 12:26:13 +08:00
|
|
|
dist/
|
|
|
|
target/
|
2021-06-18 11:33:19 +08:00
|
|
|
out/
|
|
|
|
.idea/
|
2021-03-11 21:04:43 +08:00
|
|
|
.classpath
|
|
|
|
.project
|
2021-01-09 18:07:07 +08:00
|
|
|
|
|
|
|
# local env files
|
|
|
|
.env.local
|
|
|
|
.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?
|