📜  gitignore 子文件夹 - Javascript 代码示例

📅  最后修改于: 2022-03-11 15:01:31.050000             🧑  作者: Mango

代码示例1
./folder/subfolders

or

**/bin/Debug/
**/bin/Release/

With version 1.8.2 of git, you can also use the ** wildcard to match
any level of subdirectories: