国产av日韩一区二区三区精品,成人性爱视频在线观看,国产,欧美,日韩,一区,www.成色av久久成人,2222eeee成人天堂

.gitignore How to ignore only index.html in the root directory
天蓬老師
天蓬老師 2017-05-02 09:25:42
0
4
836

.gitignore How to ignore only the index.html in the project root directory but not the index.html in subdirectories

index.html

Do you write it like this?

天蓬老師
天蓬老師

歡迎選擇我的課程,讓我們一起見證您的進步~~

reply all(4)
phpcn_u1582

/index.html will do.
This involves the matching problem of gitignore. If it does not start with / (slash), git will match all index.html in the directory. After adding /, it will match according to the path

過去多啦不再A夢

@老老哥 is right, the questioner should do exactly what he said!

Ty80

./index.html

洪濤

If your gitignore is also on the root (usually it is).
You just need to add a line index.html in gitignore.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template