You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
337 B
34 lines
337 B
# Maven
|
|
/target/
|
|
web/target/
|
|
/.m2/
|
|
|
|
# IDEs and editors
|
|
/.idea/
|
|
/*.iml
|
|
/.classpath
|
|
/.project
|
|
/.settings/
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
|
|
# OS generated files
|
|
.DS_Store
|
|
.DS_Store?
|
|
._*
|
|
.Spotlight-V100
|
|
.Trashes
|
|
ehthumbs.db
|
|
Thumbs.db
|
|
|
|
# Environment variables
|
|
.env
|
|
.env.local
|
|
.env.production.local
|
|
.env.development.local
|
|
|
|
# Log files
|
|
logs
|
|
*.log
|