added new types

This commit is contained in:
GeorgH93 2015-09-04 15:56:08 +02:00
parent 95d0df88a9
commit a88cc2e8c2

53
.gitignore vendored
View File

@ -14,6 +14,8 @@ $RECYCLE.BIN/
*.msm *.msm
*.msp *.msp
*.bat
# ========================= # =========================
# Operating System Files # Operating System Files
# ========================= # =========================
@ -21,29 +23,40 @@ $RECYCLE.BIN/
# OSX # OSX
# ========================= # =========================
.DS_Store .DS_Store
.AppleDouble .AppleDouble
.LSOverride .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
# 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
# =========================
# IDE Project Files
# =========================
*.classpath *.classpath
*.project *.project
*.prefs *.prefs
/target/ /target/
/bin/
*.iml
/.idea/
jar_libs/bukkit.jar jar_libs/bukkit.jar