From a91b57093a492ad969e51358505656a0211c13ce Mon Sep 17 00:00:00 2001 From: LukasK13 Date: Wed, 8 Apr 2020 10:03:33 +0200 Subject: [PATCH] Setting for MacOS added --- .gitignore | 42 ++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 40 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 6c55783..7ffe6e2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,7 @@ +################################################################################################################# +################################################ Python Settings ################################################ +################################################################################################################# + # Byte-compiled / optimized / DLL files __pycache__/ *.py[cod] @@ -142,7 +146,10 @@ cython_debug/ media static -# PyCharm settings +################################################################################################################## +################################################ PyCharm settings ################################################ +################################################################################################################## + # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 @@ -213,4 +220,35 @@ fabric.properties .idea/httpRequests # Android studio 3.1+ serialized cache file -.idea/caches/build_file_checksums.ser \ No newline at end of file +.idea/caches/build_file_checksums.ser + +################################################################################################################ +################################################ MacOS Settings ################################################ +################################################################################################################ + +# 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 \ No newline at end of file