mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2024-11-01 05:57:09 +00:00
42 lines
573 B
Plaintext
42 lines
573 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/modules.xml
|
|
/.idea/discord.xml
|
|
/.idea/jarRepositories.xml
|
|
/.idea/workspace.xml
|
|
/.idea/uiDesigner.xml
|
|
/.idea/libraries
|
|
/.idea/
|
|
*.iml
|
|
|
|
# Maven excludes
|
|
/target
|
|
|
|
# OS generated files
|
|
.DS_Store
|
|
._*
|
|
.Spotlight-V100
|
|
.Trashes
|
|
ehthumbs.db
|
|
Thumbs.db
|
|
.idea/inspectionProfiles/Project_Default.xml
|