12 lines
141 B
Plaintext
12 lines
141 B
Plaintext
# 排除所有文件和目录
|
|
*
|
|
|
|
# 允许 index.html
|
|
!index.html
|
|
!favicon.ico
|
|
|
|
# 允许的目录(及其内容)
|
|
!remote_files/
|
|
!js/
|
|
!css/
|