Showing
4 changed files
with
40 additions
and
0 deletions
.gitignore
0 → 100644
1 | +# khubox-api | ||
2 | +venv/ | ||
3 | +*.pyc | ||
4 | +*~ | ||
5 | +__pycache__ | ||
6 | +db.sqlite3 | ||
7 | + | ||
8 | +# khubox-front | ||
9 | +.pnp/ | ||
10 | +build/ | ||
11 | +coverage/ | ||
12 | +node_modules/ | ||
13 | +.env.development.local | ||
14 | +.env.local | ||
15 | +.env.production.local | ||
16 | +.env.test.local | ||
17 | +.pnp.js | ||
18 | +npm-debug.log* | ||
19 | +yarn-debug.log* | ||
20 | +yarn-error.log* | ||
21 | + | ||
22 | +# environments | ||
23 | +.idea/ | ||
24 | +.vscode/ | ||
25 | +.DS_Store |
README.md
0 → 100644
khubox-api/.gitkeep
0 → 100644
File mode changed
khubox-front/.gitkeep
0 → 100644
File mode changed
-
Please register or login to post a comment