diff options
author | BonfaceKilz | 2021-02-22 12:10:29 +0300 |
---|---|---|
committer | BonfaceKilz | 2021-02-24 14:20:29 +0300 |
commit | 052a82d76f092a00bacd60ae6a82545d0f614412 (patch) | |
tree | aaab73abbbdca4e42b810b65455bb45eb29e4ef7 /.gitignore | |
parent | 18d25f2438dda409fce1a95dc26e63f1b68daaa9 (diff) | |
download | genenetwork3-052a82d76f092a00bacd60ae6a82545d0f614412.tar.gz |
Gitignore generated windows/ mac files
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 52 |
1 files changed, 52 insertions, 0 deletions
@@ -1,3 +1,55 @@ +# 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 + +# Windows thumbnail cache files +Thumbs.db +Thumbs.db:encryptable +ehthumbs.db +ehthumbs_vista.db + +# Dump file +*.stackdump + +# Folder config file +[Dd]esktop.ini + +# Recycle Bin used on file shares +$RECYCLE.BIN/ + +# Windows Installer files +*.cab +*.msi +*.msix +*.msm +*.msp + +# Windows shortcuts +*.lnk + # Byte-compiled / optimized / DLL files __pycache__/ *.py[cod] |