Skip to content

Commit 6d024d5

Browse files
committed
Move out of /demo/ dir and init new repo
1 parent 479f1fc commit 6d024d5

89 files changed

Lines changed: 35 additions & 1 deletion

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
.coverage
2+
htmlcov
3+
dist
4+
.direnv
5+
6+
# dependencies
7+
node_modules
8+
9+
# JS
10+
.next
11+
out
12+
npm-debug.log
13+
14+
# misc
15+
.DS_Store
16+
17+
# local env files
18+
.env.local
19+
.env.development.local
20+
.env.test.local
21+
.env.production.local
22+
23+
# vercel
24+
.vercel
25+
26+
# vscode
27+
pyrightconfig.json
28+
sat-tasking-sprint.code-workspace
29+
.vscode/
30+
31+
# python
32+
.python-version
33+
.venv
34+
__pycache__
35+
.env
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)