PaperMC/paper-api/.gitignore
Bukkit/Spigot 745a0d7683 Ignore all .DS_Store files, not just root folder
By: computerdude5000 <computerdude5000@gmail.com>
2013-03-30 18:04:11 -03:00

31 lines
275 B
Text

# 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/