arjion/.gitignore

27 lines
279 B
Plaintext
Raw Normal View History

2018-07-12 15:03:55 +00:00
/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/
2018-07-14 15:14:34 +00:00
/.nb-gradle/
/.vscode/