BungeeCord/.gitignore
2013-01-10 17:56:09 +11:00

39 lines
364 B
Plaintext

# 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
*.log*
*.yml