Spaces:
Runtime error
Runtime error
Update .gitignore
Browse files- .gitignore +4 -2
.gitignore
CHANGED
|
@@ -1,6 +1,8 @@
|
|
| 1 |
develop/*
|
| 2 |
-
translations
|
| 3 |
/server/__pycache__/*
|
| 4 |
*.pyc
|
| 5 |
-
server/__pycache__/
|
| 6 |
*.mo
|
|
|
|
|
|
|
|
|
| 1 |
develop/*
|
| 2 |
+
translations/
|
| 3 |
/server/__pycache__/*
|
| 4 |
*.pyc
|
| 5 |
+
server/__pycache__/
|
| 6 |
*.mo
|
| 7 |
+
__pycache__/
|
| 8 |
+
translations/
|