aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorBonfaceKilz2021-02-22 12:10:29 +0300
committerBonfaceKilz2021-02-24 14:20:29 +0300
commit052a82d76f092a00bacd60ae6a82545d0f614412 (patch)
treeaaab73abbbdca4e42b810b65455bb45eb29e4ef7 /.gitignore
parent18d25f2438dda409fce1a95dc26e63f1b68daaa9 (diff)
downloadgenenetwork3-052a82d76f092a00bacd60ae6a82545d0f614412.tar.gz
Gitignore generated windows/ mac files
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore52
1 files changed, 52 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index b6e4761..5b9ff95 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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]