0
0
mirror of https://github.com/SpigotMC/BungeeCord.git synced 2025-02-20 20:46:09 +00:00

40 lines
364 B
Plaintext
Raw Permalink Normal View History

2012-10-05 11:01:31 +10:00
# Eclipse stuff
.classpath
.project
.settings/
2012-10-05 11:01:31 +10:00
# netbeans
2013-01-10 17:56:09 +11:00
nbproject/
nbactions.xml
2012-10-05 11:01:31 +10:00
# we use maven!
2013-01-10 17:56:09 +11:00
build.xml
2012-10-05 11:01:31 +10:00
# maven
2013-01-10 17:56:09 +11:00
target/
dependency-reduced-pom.xml
2012-10-05 11:01:31 +10:00
# vim
.*.sw[a-p]
# various other potential build files
2013-01-10 17:56:09 +11:00
build/
bin/
dist/
manifest.mf
2012-10-05 11:01:31 +10:00
# Mac filesystem dust
.DS_Store
2012-10-05 11:01:31 +10:00
# intellij
*.iml
*.ipr
*.iws
.idea/
# other files
2013-01-10 17:56:09 +11:00
*.log*
# delombok
*/src/main/lombok