Spaces:
Runtime error
Runtime error
chore: updating gitignore config
Browse files- .gitignore +1 -0
- components/iframe/.gitignore +2 -0
.gitignore
CHANGED
@@ -1,3 +1,4 @@
|
|
1 |
/.env/
|
2 |
__pycache__/
|
3 |
/start-venv.sh
|
|
|
|
1 |
/.env/
|
2 |
__pycache__/
|
3 |
/start-venv.sh
|
4 |
+
/components/iframe/dist/
|
components/iframe/.gitignore
CHANGED
@@ -6,3 +6,5 @@ __pycache__/
|
|
6 |
__tmp/*
|
7 |
*.pyi
|
8 |
node_modules
|
|
|
|
|
|
6 |
__tmp/*
|
7 |
*.pyi
|
8 |
node_modules
|
9 |
+
./dist/
|
10 |
+
./dist
|