Tuchuanhuhuhu commited on
Commit
70673bd
1 Parent(s): ae6a83b

更新gitignore

Browse files
Files changed (1) hide show
  1. .gitignore +5 -1
.gitignore CHANGED
@@ -133,10 +133,14 @@ dmypy.json
133
  # Mac system file
134
  **/.DS_Store
135
 
 
 
 
136
  # 配置文件/模型文件
137
  api_key.txt
138
  config.json
139
  auth.json
140
  models/
141
  lora/
142
- .idea
 
 
133
  # Mac system file
134
  **/.DS_Store
135
 
136
+ #vscode
137
+ .vscode
138
+
139
  # 配置文件/模型文件
140
  api_key.txt
141
  config.json
142
  auth.json
143
  models/
144
  lora/
145
+ .idea
146
+ templates/*