mirror of
https://github.com/GeorgH93/Minepacks.git
synced 2024-11-28 13:05:14 +01:00
added new types
This commit is contained in:
parent
95d0df88a9
commit
a88cc2e8c2
13
.gitignore
vendored
13
.gitignore
vendored
@ -14,6 +14,8 @@ $RECYCLE.BIN/
|
|||||||
*.msm
|
*.msm
|
||||||
*.msp
|
*.msp
|
||||||
|
|
||||||
|
*.bat
|
||||||
|
|
||||||
# =========================
|
# =========================
|
||||||
# Operating System Files
|
# Operating System Files
|
||||||
# =========================
|
# =========================
|
||||||
@ -28,6 +30,7 @@ $RECYCLE.BIN/
|
|||||||
# Icon must end with two \r
|
# Icon must end with two \r
|
||||||
Icon
|
Icon
|
||||||
|
|
||||||
|
|
||||||
# Thumbnails
|
# Thumbnails
|
||||||
._*
|
._*
|
||||||
|
|
||||||
@ -42,8 +45,18 @@ Network Trash Folder
|
|||||||
Temporary Items
|
Temporary Items
|
||||||
.apdisk
|
.apdisk
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# =========================
|
||||||
|
# IDE Project Files
|
||||||
|
# =========================
|
||||||
*.classpath
|
*.classpath
|
||||||
*.project
|
*.project
|
||||||
*.prefs
|
*.prefs
|
||||||
/target/
|
/target/
|
||||||
|
/bin/
|
||||||
|
*.iml
|
||||||
|
/.idea/
|
||||||
|
|
||||||
|
|
||||||
jar_libs/bukkit.jar
|
jar_libs/bukkit.jar
|
Loading…
Reference in New Issue
Block a user