diff options
| author | Kiwi <42833050+Kiwi233@users.noreply.github.com> | 2021-08-02 20:46:25 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-02 20:46:25 +0800 |
| commit | c29700ed64f5e5f44e7bc1e5f37ec6be40c47974 (patch) | |
| tree | f3bf4af7a6072402323756b84e2afcf2da0e5188 /.gitignore | |
| parent | 35dd2ba8e9861dc0df317777cc22a7f7b8c21e92 (diff) | |
| parent | 2a78d724ac077912e0be3755390253be883f5950 (diff) | |
| download | GT5-Unofficial-c29700ed64f5e5f44e7bc1e5f37ec6be40c47974.tar.gz GT5-Unofficial-c29700ed64f5e5f44e7bc1e5f37ec6be40c47974.tar.bz2 GT5-Unofficial-c29700ed64f5e5f44e7bc1e5f37ec6be40c47974.zip | |
Merge pull request #2 from GTNewHorizons/master
kekztech-0.5.6
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 115 |
1 files changed, 72 insertions, 43 deletions
diff --git a/.gitignore b/.gitignore index 86f8d9a9d8..4917368216 100644 --- a/.gitignore +++ b/.gitignore @@ -1,43 +1,72 @@ -# Log file
-*.log
-
-# Package Files #
-*.log.gz
-*.war
-*.nar
-*.ear
-*.zip
-*.tar.gz
-*.rar
-
-# java related things
-hs_err_pid*
-*.class
-/bin/
-
-# gradle related things
-/build/
-/.gradle
-/.gradle/*
-.gradle
-
-# minecraft related things
-options.txt
-usernamecache.json
-/logs/
-/crash-reports/
-/saves/
-/config/
-
-# intellij related things
-.idea/dictionaries/*
-
-# other stuff
-eclipse/
-eclipse/*
-out/
-out/*
-*.iml
-*.ipr
-*.iws
-
+# Log file +*.log + +# Package Files # +*.log.gz +*.war +*.nar +*.ear +*.zip +*.tar.gz +*.rar + +# java related things +hs_err_pid* +*.class +/bin/ + +# gradle related things +/build/ +/.gradle +/.gradle/* +.gradle + +# minecraft related things +options.txt +usernamecache.json +/logs/ +/crash-reports/ +/saves/ +/config/ +run/ + +# intellij related things +.idea/ + +# other stuff +out/ +out/* +*.ipr +*.iws +*.iml +/classes +/.classpath + +### macOS ### +# General +.DS_Store +.AppleDouble +.LSOverride + +# Icon must end with two \r +Icon + +# Thumbnails +._* + +# Files that might appear in the root of a volume +.DocumentRevisions-V100 +.fseventsd +.Spotlight-V100 +.TemporaryItems +.Trashes +.VolumeIcon.icns +.com.apple.timemachine.donotpresent + +# Directories potentially created on remote AFP share +.AppleDB +.AppleDesktop +Network Trash Folder +Temporary Items +.apdisk +*.bat |
