mirror of
https://github.com/suk-ws/ph-Bookshelf.git
synced 2024-12-05 09:26:52 +08:00
15 lines
164 B
Plaintext
15 lines
164 B
Plaintext
|
# 忽略开发文件夹
|
||
|
/.vs/
|
||
|
/debug/
|
||
|
/.idea/
|
||
|
|
||
|
# 忽略服务器运行时文件
|
||
|
/.well-known/
|
||
|
.user.ini
|
||
|
|
||
|
# 忽略数据
|
||
|
/data/*
|
||
|
|
||
|
# 不忽略配置文件
|
||
|
!.htaccess
|