Skip to content

Commit fc08f87

Browse files
committed
fix/ignore
1 parent 21e2dfa commit fc08f87

File tree

2 files changed

+0
-27
lines changed

2 files changed

+0
-27
lines changed

.dockerignore

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,6 @@
22
.git
33
.gitignore
44

5-
# Python cache
6-
__pycache__/
7-
*.py[cod]
8-
*.pyo
9-
*.pyd
10-
115
# Node
126
node_modules/
137
npm-debug.log*

.gitignore

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,9 @@
1-
# Python
2-
__pycache__/
3-
*.py[cod]
4-
*.pyo
5-
*.pyd
6-
*.so
7-
*.egg
8-
*.egg-info/
9-
.eggs/
10-
*.log
11-
*.sqlite3
12-
db.sqlite3
13-
141
# Virtual env
152
.venv/
163
env/
174
venv/
185
ENV/
196

20-
# Jupyter
21-
.ipynb_checkpoints/
22-
237
# Node / React Native (Expo)
248
node_modules/
259
npm-debug.log*
@@ -48,11 +32,6 @@ desktop.ini
4832

4933
# coverage reports (backend & frontend)
5034
coverage/
51-
backend/app/coverage/
52-
frontend/app/coverage/
5335

5436
# Jest cache
5537
frontend/app/.jest-cache/
56-
57-
make_md.py
58-
client_side_python_*

0 commit comments

Comments
 (0)