update .gitignore to ignore *.gitignore.* instead of envar-*.gitignore.js

This commit is contained in:
陆柯 2023-03-11 08:26:37 +08:00
parent 67bd8a83dd
commit bb8ffd40c2
2 changed files with 3 additions and 1 deletions

2
.gitignore vendored
View File

@ -70,7 +70,7 @@ _desktop.ini
/db.json /db.json
# wo # wo
envar-*.gitignore.js *.gitignore.*
# 服务端 # 服务端
/_archive/* /_archive/*
/_datastore/* /_datastore/*

View File

@ -8,7 +8,9 @@
# 自定义的后缀名,凡有 sfignore 后缀的都不进行同步 # 自定义的后缀名,凡有 sfignore 后缀的都不进行同步
*.sfignore *.sfignore
*.sfignore.*
*.sfignore/ *.sfignore/
*.sfignore.*/
.DS_Store .DS_Store
*/.DS_Store */.DS_Store