1
0
Fork 0
minecraft-plugin-parent/.gitignore

39 lines
369 B
Plaintext
Raw Normal View History

2018-10-05 15:48:29 +00:00
# Eclipse stuff
/.settings
2019-04-02 01:54:01 +00:00
/.project
2018-10-05 15:48:29 +00:00
# netbeans
/nbproject
# we use maven!
/build.xml
# maven
/target
/repo
# 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/
# Project Stuff
/src/main/resources/Soulbound
# Atlassian Stuff
/atlassian-ide-plugin.xml