File tree Expand file tree Collapse file tree 1 file changed +97
-0
lines changed Expand file tree Collapse file tree 1 file changed +97
-0
lines changed Original file line number Diff line number Diff line change 1+ # ## Jekyll ###
2+ _site
3+ .jekyll-metadata
4+ * -cache /
5+
6+
7+ # ## NPM ###
8+ /node_modules /
9+
10+
11+ # ## Atom ###
12+ .ftpconfig
13+ .sftpconfig
14+
15+
16+ # ## WordPress ###
17+ wp-config.php
18+ wp-config-local.php
19+ wp-content /advanced-cache.php
20+ wp-content /backup-db /
21+ wp-content /backups /
22+ wp-content /blogs.dir /
23+ wp-content /cache /
24+ wp-content /upgrade /
25+ wp-content /uploads /
26+ wp-content /wp-cache-config.php
27+ wp-content /plugins /hello.php
28+
29+
30+ # ## Apache ###
31+ .htaccess
32+
33+
34+ # ## Compiled Source ##
35+ * .com
36+ * .class
37+ * .dll
38+ * .exe
39+ * .o
40+ * .so
41+
42+
43+ # ## Compressed Packages ###
44+ * .7z
45+ * .dmg
46+ * .gz
47+ * .iso
48+ * .jar
49+ * .rar
50+ * .tar
51+ * .zip
52+
53+
54+ # ## Logs and Databases ###
55+ * .log
56+ * .sql
57+ * .sqlite
58+
59+
60+ # ## Linux ###
61+ * ~
62+ .fuse_hidden *
63+ .Trash- *
64+ .nfs *
65+
66+
67+ # ## MacOS ###
68+ * .DS_Store
69+ .AppleDouble
70+ .LSOverride
71+ Icon
72+ ._ *
73+ .DocumentRevisions-V100
74+ .fseventsd
75+ .Spotlight-V100
76+ .TemporaryItems
77+ .Trashes
78+ .VolumeIcon.icns
79+ .com.apple.timemachine.donotpresent
80+ .AppleDB
81+ .AppleDesktop
82+ Network Trash Folder
83+ Temporary Items
84+ .apdisk
85+
86+
87+ # ## Windows ###
88+ Thumbs.db
89+ ehthumbs.db
90+ ehthumbs_vista.db
91+ Desktop.ini
92+ $RECYCLE.BIN /
93+ * .cab
94+ * .msi
95+ * .msm
96+ * .msp
97+ * .lnk
You can’t perform that action at this time.
0 commit comments