Denis Merigoux 10 anni fa
parent
commit
97f0ec70f2
1 ha cambiato i file con 48 aggiunte e 0 eliminazioni
  1. 48 0
      .gitignore

+ 48 - 0
.gitignore

@@ -0,0 +1,48 @@
1
+# Windows image file caches
2
+Thumbs.db
3
+ehthumbs.db
4
+
5
+# Folder config file
6
+Desktop.ini
7
+
8
+# Recycle Bin used on file shares
9
+$RECYCLE.BIN/
10
+
11
+# Windows Installer files
12
+*.cab
13
+*.msi
14
+*.msm
15
+*.msp
16
+
17
+# =========================
18
+# Operating System Files
19
+# =========================
20
+
21
+# OSX
22
+# =========================
23
+
24
+.DS_Store
25
+.AppleDouble
26
+.LSOverride
27
+
28
+# Icon must end with two \r
29
+Icon
30
+
31
+
32
+# Thumbnails
33
+._*
34
+
35
+# Files that might appear on external disk
36
+.Spotlight-V100
37
+.Trashes
38
+
39
+# Directories potentially created on remote AFP share
40
+.AppleDB
41
+.AppleDesktop
42
+Network Trash Folder
43
+Temporary Items
44
+.apdisk
45
+
46
+#Python
47
+*.pyc
48
+*.tmp