TotalFreedomMod/.gitignore

46 lines
596 B
Plaintext
Raw Normal View History

2021-06-29 22:52:11 +00:00
# TFM excludes
build.properties
dependency-reduced-pom.xml
2021-10-01 06:03:36 +00:00
*.html
*.css
2021-06-29 22:52:11 +00:00
# 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/modules.xml
/.idea/discord.xml
/.idea/jarRepositories.xml
/.idea/workspace.xml
/.idea/uiDesigner.xml
/.idea/libraries
/.idea/
*.iml
# Maven excludes
/target
2021-06-30 07:31:44 +00:00
/.gradle
2021-06-29 22:52:11 +00:00
# OS generated files
.DS_Store
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
.idea/inspectionProfiles/Project_Default.xml