dynmap/.gitignore
i509VCB 47b75694d8 Make it so dynmap commands can be proxied via /execute without failing to parse.
Also adds some gitignore entries for stuff generated by fabric
2020-08-31 19:14:22 -05:00

35 lines
301 B
Plaintext

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