Skip to content

Commit 07f936d

Browse files
committed
update
1 parent 3b917d6 commit 07f936d

File tree

1 file changed

+97
-0
lines changed

1 file changed

+97
-0
lines changed

docs/.gitignore

Lines changed: 97 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,97 @@
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

0 commit comments

Comments
 (0)