craftinc-gates/.gitignore
Paul Schulze 139bfc7d54 mavenization
gitignore added maven target/ and intellij project stuff
simplified a return statement in PluginPlayerListener
added TODO in LocationSerializer (creating a world should not be done
there)
2012-09-30 12:41:02 +02:00

30 lines
259 B
Plaintext

# Eclipse stuff
/.classpath
/.project
/.settings
# netbeans
/nbproject
# intelliJ
.idea/
*.iml
# maven
target/
# vim
.*.sw[a-p]
# various other potential build files
/build
/bin/
/dist
/localexport.jardesc
# osx noise
.DS_Store
profile
# bukkit
bukkit/