0
0
mirror of https://hub.spigotmc.org/stash/scm/spigot/plugin-annotations.git synced 2024-11-23 12:26:17 +00:00
plugin-annotations/.gitignore
2015-02-20 20:16:29 -05:00

32 lines
277 B
Plaintext

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