BungeeCord/.gitignore

39 lines
369 B
Plaintext
Raw Normal View History

2012-10-05 03:01:31 +02:00
# Eclipse stuff
/.classpath
/.project
/.settings
# netbeans
/nbproject
/nbactions.xml
/nb-configuration.xml
# we use maven!
/build.xml
# maven
/target
/dependency-reduced-pom.xml
# vim
.*.sw[a-p]
# various other potential build files
/build
/bin
/dist
/manifest.mf
# Mac filesystem dust
/.DS_Store
# intellij
*.iml
*.ipr
*.iws
.idea/
# other files
2012-10-05 08:20:07 +02:00
/*log*
2012-10-05 03:01:31 +02:00
*.yml