更新 .gitignore
This commit is contained in:
parent
be5da6dc87
commit
c9d5199827
6
.gitignore
vendored
6
.gitignore
vendored
@ -33,6 +33,7 @@ $RECYCLE.BIN/
|
|||||||
# 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