TotalFreedomMod/.gitignore
Seth c333a6ee39
2 bug fixes
- Fix votifier being non-existent breaking shop
- Fix plugin breaking error
2020-07-06 22:21:35 -07:00

35 lines
402 B
Plaintext

# TFM excludes
build.properties
dependency-reduced-pom.xml
# Netbeans excludes
/nbproject/private
/dist
/build
manifest.mf
# Now defines that Maven CheckStyle is used
# nb-configuration.xml
# Eclipse excludes
.project
.classpath
/bin
/.settings
# IntelliJ excludes
*.ipr
*.iws
/.idea
*.iml
# Maven excludes
/target
# OS generated files
.DS_Store
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db