Factions/.gitignore
CmdrKittens 4cca70b789 Enable compilation against multiple API versions:
Root pom.xml is now an aggregator that calls two modules:
Legacy presently builds against 1.13, enabling optimal support for older
stuff, while Main builds against latest and actually builds the same
src/main/java as before through the magic of custom directory build
settings.
2019-07-09 01:37:27 -04:00

36 lines
318 B
Plaintext

# Eclipse stuff
/.classpath
/.project
/.settings
# netbeans
/nbproject
# we use maven!
/build.xml
# maven
/target
/modules/Legacy/target
# vim
.*.sw[a-p]
# various other potential build files
/build
/bin
/dist
/manifest.mf
/world
# Mac filesystem dust
/.DS_Store
*.DS_Store
# intellij
*.iml
*.ipr
*.iws
.idea/