Files
PlayerVaults/.gitignore
T
Nate Mortensen aa6eb673c9 Cleaned up the repo by removing the bin folder, .classpath, and .project.
Added a .gitignore to avoid this happening in the future.
2013-03-07 16:56:56 -07:00

31 lines
275 B
Plaintext

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