modify scripts
This commit is contained in:
9
.gitignore
vendored
9
.gitignore
vendored
@ -10,6 +10,15 @@ obj/
|
||||
*.out
|
||||
*.o
|
||||
|
||||
# 排除 bin/ 目录下的脚本(不忽略)
|
||||
!bin/*.sh
|
||||
!bin/*.py
|
||||
|
||||
# 若 bin/ 目录下有子目录,且需要保留子目录中的脚本,可添加:
|
||||
!bin/**/ # 不忽略 bin/ 下的子目录
|
||||
!bin/**/*.sh # 保留子目录中的 .sh 脚本
|
||||
!bin/**/*.py # 保留子目录中的 .py 脚本
|
||||
|
||||
# 忽略依赖文件
|
||||
vendor/
|
||||
node_modules/
|
||||
|
||||
Reference in New Issue
Block a user