Spaces:
Runtime error
Runtime error
Update .gitignore
Browse files- .gitignore +5 -23
.gitignore
CHANGED
|
@@ -1,24 +1,6 @@
|
|
| 1 |
-
# Environments
|
| 2 |
-
.env
|
| 3 |
-
.env.*
|
| 4 |
-
!/.env.example
|
| 5 |
env.list
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
__pycache__/
|
| 12 |
-
*.pyc
|
| 13 |
-
|
| 14 |
-
# Frontend dependencies and artifacts
|
| 15 |
-
frontend/node_modules/
|
| 16 |
-
frontend/build/
|
| 17 |
-
frontend/dist/
|
| 18 |
-
frontend/.pnp
|
| 19 |
-
frontend/.pnp.js
|
| 20 |
-
frontend/coverage/
|
| 21 |
-
|
| 22 |
-
# IDE / Editor specific
|
| 23 |
-
.vscode/
|
| 24 |
-
.idea/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
env.list
|
| 2 |
+
__pycache__
|
| 3 |
+
**/__pycache__
|
| 4 |
+
frontend/node_modules
|
| 5 |
+
frontend/build
|
| 6 |
+
.git
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|