dynmap/.gitignore
mikeprimm 312f2e3c4d
Merge pull request #3115 from i509VCB/fix/proxiedcommands
[Fabric] Make it so dynmap commands can be proxied via `/execute` without failing to parse.
2020-09-15 19:25:07 -05:00

39 lines
417 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
/fabric-1.16.1_client.launch
/fabric-1.16.1_server.launch
/fabric-1.16.2_client.launch
/fabric-1.16.2_server.launch