There was an error while loading. Please reload this page.
1 parent f8cdf3d commit eb54f5eCopy full SHA for eb54f5e
2 files changed
.dockerignore
@@ -1,7 +1,9 @@
1
.git
2
.venv
3
.mypy_cache
4
+**/__pycache__
5
venv
6
web/node_modules
7
web/public/assets
8
docker/.env
9
+web_api/session_
.gitignore
@@ -9,11 +9,14 @@ web/po/osmose-frontend.pot.tmp
web/po/tmp.tpl
10
web/po/python.pot
11
web/po/vue.pot
12
+web/webpack.stats.json
13
+web/public/assets/
14
15
web_api/session/
16
web_api/public/
17
web_api/static/images
18
web_api/static/node_modules
19
20
21
osmose-frontend-venv
22
0 commit comments