Fancify .gitignore a little bit
This commit is contained in:
parent
57adf7675c
commit
a23dbe84ec
19
.gitignore
vendored
19
.gitignore
vendored
@ -1,22 +1,31 @@
|
|||||||
# Eclipse stuff
|
# Eclipse
|
||||||
/.classpath
|
/.classpath
|
||||||
/.project
|
/.project
|
||||||
/.settings
|
/.settings
|
||||||
|
/*.jardesc
|
||||||
|
|
||||||
|
# IntelliJ
|
||||||
|
*.iml
|
||||||
|
*.ipr
|
||||||
|
*.iws
|
||||||
|
.idea/
|
||||||
|
|
||||||
# NetBeans
|
# NetBeans
|
||||||
/nbproject
|
/nbproject
|
||||||
/build.xml
|
|
||||||
|
|
||||||
# vim
|
# vim
|
||||||
.*.sw[a-p]
|
.*.sw[a-p]
|
||||||
|
|
||||||
|
# Maven
|
||||||
|
/build.xml
|
||||||
|
/target
|
||||||
|
/dependency-reduced-pom.xml
|
||||||
|
|
||||||
# various other potential build files
|
# various other potential build files
|
||||||
/build
|
/build
|
||||||
/bin
|
/bin
|
||||||
/dist
|
/dist
|
||||||
/localexport.jardesc
|
/manifest.mf
|
||||||
/dependency-reduced-pom.xml
|
|
||||||
|
|
||||||
# Mac filesystem dust
|
# Mac filesystem dust
|
||||||
.DS_Store
|
.DS_Store
|
||||||
/target
|
|
||||||
|
Loading…
Reference in New Issue
Block a user