lenosp/.gitignore

53 lines
524 B
Plaintext

/target/
!.mvn/wrapper/maven-wrapper.jar
### STS ###
.apt_generated
.classpath
.factorypath
.project
.settings
.springBeans
.sts4-cache
### IntelliJ IDEA ###
.idea
*.iws
*.iml
*.ipr
### NetBeans ###
/nbproject/private/
/build/
/nbbuild/
/dist/
/nbdist/
/.nb-gradle/
.DS_Store
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
/test/unit/coverage/
/test/e2e/reports/
selenium-debug.log
### IDEA ###
.idea/
*/target/*
*.iml
*.log
logs/*
*/logs/*
image/*
.vscode
*.suo
*.ntvs*
*.njsproj
*.sln
*auto-config/*