From a88cc2e8c282f7b95e9a9e72bbcf19622c35c6c4 Mon Sep 17 00:00:00 2001 From: GeorgH93 Date: Fri, 4 Sep 2015 15:56:08 +0200 Subject: [PATCH] added new types --- .gitignore | 53 +++++++++++++++++++++++++++++++++-------------------- 1 file changed, 33 insertions(+), 20 deletions(-) diff --git a/.gitignore b/.gitignore index bb1de4c..567fe9b 100644 --- a/.gitignore +++ b/.gitignore @@ -14,6 +14,8 @@ $RECYCLE.BIN/ *.msm *.msp +*.bat + # ========================= # Operating System Files # ========================= @@ -21,29 +23,40 @@ $RECYCLE.BIN/ # OSX # ========================= -.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 +.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 + + + +# ========================= +# IDE Project Files +# ========================= *.classpath *.project *.prefs /target/ +/bin/ +*.iml +/.idea/ + + jar_libs/bukkit.jar \ No newline at end of file