hoj/hoj-springboot/.gitignore

37 lines
331 B
Plaintext

*.classpath
# Package Files
*.jar
*.war
*.ear
*.log
*.iml
.DS_Store
node_modules
dist/
target/
out/
.idea/
.classpath
.project
# 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?