Skip to content

Commit eb54f5e

Browse files
committed
git and docker ignore
1 parent f8cdf3d commit eb54f5e

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

.dockerignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
.git
22
.venv
33
.mypy_cache
4+
**/__pycache__
45
venv
56
web/node_modules
67
web/public/assets
78
docker/.env
9+
web_api/session_

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,14 @@ web/po/osmose-frontend.pot.tmp
99
web/po/tmp.tpl
1010
web/po/python.pot
1111
web/po/vue.pot
12+
web/webpack.stats.json
13+
web/public/assets/
1214

1315
web_api/session/
1416
web_api/public/
1517
web_api/static/images
1618
web_api/static/node_modules
19+
web_api/session_
1720

1821
osmose-frontend-venv
1922

0 commit comments

Comments
 (0)