更新 .gitignore
This commit is contained in:
parent
be5da6dc87
commit
c9d5199827
8
.gitignore
vendored
8
.gitignore
vendored
@ -31,7 +31,8 @@ $RECYCLE.BIN/
|
|||||||
.LSOverride
|
.LSOverride
|
||||||
|
|
||||||
# Icon must end with two \r
|
# Icon must end with two \r
|
||||||
Icon
|
Icon
|
||||||
|
|
||||||
|
|
||||||
# Thumbnails
|
# Thumbnails
|
||||||
._*
|
._*
|
||||||
@ -52,3 +53,8 @@ Network Trash Folder
|
|||||||
Temporary Items
|
Temporary Items
|
||||||
.apdisk
|
.apdisk
|
||||||
|
|
||||||
|
# 忽略根目录的 config.php
|
||||||
|
/config.php
|
||||||
|
|
||||||
|
# 忽略所有目录下的 config.php
|
||||||
|
**/config.php
|
||||||
|
Loading…
x
Reference in New Issue
Block a user