fix: 更新 .gitignore 文件
Browse files- .gitignore +9 -0
.gitignore
CHANGED
|
@@ -175,3 +175,12 @@ cookies
|
|
| 175 |
dist/
|
| 176 |
node_modules/
|
| 177 |
package-lock.json
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 175 |
dist/
|
| 176 |
node_modules/
|
| 177 |
package-lock.json
|
| 178 |
+
|
| 179 |
+
# database
|
| 180 |
+
db/database.db
|
| 181 |
+
|
| 182 |
+
# 临时文件夹
|
| 183 |
+
cookiesFile
|
| 184 |
+
uploadFile
|
| 185 |
+
videoFile
|
| 186 |
+
|