Update .gitignore
Browse files- .gitignore +0 -30
.gitignore
CHANGED
@@ -1,39 +1,9 @@
|
|
1 |
__pycache__
|
2 |
-
*.ckpt
|
3 |
-
*.safetensors
|
4 |
-
*.pth
|
5 |
-
/ESRGAN/*
|
6 |
-
/SwinIR/*
|
7 |
-
/repositories
|
8 |
-
/venv
|
9 |
/tmp
|
10 |
-
/model.ckpt
|
11 |
-
/models/**/*
|
12 |
-
/GFPGANv1.3.pth
|
13 |
-
/gfpgan/weights/*.pth
|
14 |
-
/ui-config.json
|
15 |
/outputs
|
16 |
-
/config.json
|
17 |
/log
|
18 |
-
/webui.settings.bat
|
19 |
-
/embeddings
|
20 |
-
/styles.csv
|
21 |
-
/params.txt
|
22 |
-
/styles.csv.bak
|
23 |
-
/webui-user.bat
|
24 |
-
/webui-user.sh
|
25 |
-
/interrogate
|
26 |
-
/user.css
|
27 |
/.idea
|
28 |
-
notification.mp3
|
29 |
-
/SwinIR
|
30 |
-
/textual_inversion
|
31 |
.vscode
|
32 |
-
/extensions
|
33 |
-
/test/stdout.txt
|
34 |
-
/test/stderr.txt
|
35 |
/cache.json*
|
36 |
-
/config_states/
|
37 |
/node_modules
|
38 |
/package-lock.json
|
39 |
-
/.coverage*
|
|
|
1 |
__pycache__
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
/tmp
|
|
|
|
|
|
|
|
|
|
|
3 |
/outputs
|
|
|
4 |
/log
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
/.idea
|
|
|
|
|
|
|
6 |
.vscode
|
|
|
|
|
|
|
7 |
/cache.json*
|
|
|
8 |
/node_modules
|
9 |
/package-lock.json
|
|