Minepacks/.gitignore

65 lines
834 B
Plaintext
Raw Normal View History

2015-01-08 23:30:59 +01:00
# Windows image file caches
Thumbs.db
ehthumbs.db
# Folder config file
Desktop.ini
# Recycle Bin used on file shares
$RECYCLE.BIN/
# Windows Installer files
*.cab
*.msi
*.msm
*.msp
2015-09-04 15:56:08 +02:00
*.bat
2015-01-08 23:30:59 +01:00
# =========================
# Operating System Files
# =========================
# OSX
# =========================
2015-09-04 15:56:08 +02:00
.DS_Store
.AppleDouble
.LSOverride
# Icon must end with two \r
Icon
# Thumbnails
._*
# Files that might appear on external disk
.Spotlight-V100
.Trashes
# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk
2015-01-08 23:30:59 +01:00
2017-09-12 18:44:41 +02:00
# Temp files
*.tmp
2015-09-04 15:56:08 +02:00
2020-02-26 17:12:07 +01:00
*.sh
2015-09-04 15:56:08 +02:00
# =========================
# IDE Project Files
# =========================
2015-01-08 23:30:59 +01:00
*.classpath
*.project
*.prefs
2020-02-17 01:16:20 +01:00
target/
2015-09-04 15:56:08 +02:00
/bin/
*.iml
2020-02-17 01:16:20 +01:00
/.idea/
.flattened-pom.xml