PlaceholderAPI/.gitignore

39 lines
353 B
Plaintext
Raw Normal View History

2018-03-21 16:22:34 +01:00
# 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
/world
# Mac filesystem dust
*.DS_Store
# intellij
*.iml
*.ipr
*.iws
.idea/
# Other Libraries
*.jar
# Atlassian Stuff
/atlassian-ide-plugin.xml