0
0
mirror of https://hub.spigotmc.org/stash/scm/spigot/buildtools.git synced 2024-11-21 17:45:27 +00:00
buildtools/.gitignore
2014-12-06 09:33:26 +11:00

35 lines
318 B
Plaintext

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