Last active 1 month ago

mxsr revised this gist 9 months ago. Go to revision

1 file changed, 101 insertions

.stignore(file created)

@@ -0,0 +1,101 @@
1 + $RECYCLE.BIN
2 + $WINDOWS.~BT
3 + *.!Sync
4 + *.Cache
5 + *.SyncOld
6 + *.SyncPart
7 + *.SyncTemp
8 + *.bak
9 + *.bts
10 + *.crdownload
11 + *.git
12 + *.lock
13 + *.log
14 + *.old
15 + *.part
16 + *.shm
17 + *.sqlite*
18 + *.svn
19 + *.swp
20 + *.sync
21 + *.tmp
22 + *.wal
23 + *CACHE*
24 + *S*Conflict*
25 + *Temporary*
26 + *cache*
27 + *inaccessible*
28 + *s*conflict*
29 + *~
30 + .#*
31 + .*.swp
32 + .Prullenbak
33 + .Shared
34 + .Spotlight-V100
35 + .SyncArchive
36 + .SyncID
37 + .SyncIgnore
38 + .Trash*
39 + ._*
40 + .escheck.tmp
41 + .gvfs
42 + .local/share/trash
43 + .svn
44 + .sync
45 + .thumbnails
46 + .trash*
47 + .~lock.
48 + @eaDir
49 + LOST.DIR
50 + System*Volume*
51 + TEMP
52 + Temp
53 + Trash*
54 + a_writable
55 + asset-cache
56 + captcha_tmp
57 + checkouts
58 + data/searchIndex
59 + dev/
60 + files_trashbin/
61 + forms.json
62 + lost+found
63 + nobackup
64 + pagefile.sys
65 + proc/
66 + run/
67 + searchIndex
68 + selinux/
69 + staging.*
70 + sys/
71 + templates_c
72 + thumbnails
73 + tmp/
74 + tmp_uploads
75 + trash
76 + var/lib/lxcfs/
77 + ~$*
78 +
79 + // martin-braun
80 +
81 + (?d).DS_Store
82 + .AppleDouble
83 + .LSOverride
84 + .DocumentRevisions-V100
85 + .fseventsd
86 + .TemporaryItems
87 + .Trashes
88 + .VolumeIcon.icns
89 + .com.apple.timemachine.donotpresent
90 + .AppleDB
91 + .AppleDesktop
92 + Network Trash Folder
93 + .apdisk
94 + *.icloud
95 + (?d)Thumbs.db
96 + (?d)Thumbs.db:encryptable
97 + (?d)ehthumbs.db
98 + (?d)ehthumbs_vista.db
99 + *.stackdump
100 + (?i)desktop.ini
101 + *.lnk
Newer Older