yonikremer
commited on
Commit
•
0809eee
1
Parent(s):
f874c45
un-ignored streamlit config
Browse files- .gitignore +2 -4
.gitignore
CHANGED
@@ -5498,10 +5498,8 @@ Mercury.modules
|
|
5498 |
*.aliases
|
5499 |
*.lvlps
|
5500 |
|
5501 |
-
|
5502 |
-
# streamlit secrets
|
5503 |
-
.streamlit/secrets.toml
|
5504 |
-
|
5505 |
# huggingface cache
|
5506 |
/huggingface/models/
|
5507 |
/huggingface/
|
|
|
|
|
|
5498 |
*.aliases
|
5499 |
*.lvlps
|
5500 |
|
|
|
|
|
|
|
|
|
5501 |
# huggingface cache
|
5502 |
/huggingface/models/
|
5503 |
/huggingface/
|
5504 |
+
|
5505 |
+
!/.streamlit/config.toml
|