Skip to content

Commit 1cff042

Browse files
author
App Generator
committed
Update .gitignore
1 parent 4e12aff commit 1cff042

File tree

1 file changed

+26
-8
lines changed

1 file changed

+26
-8
lines changed

.gitignore

Lines changed: 26 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,26 @@
1-
dev
2-
*.pyc
3-
src/deploy.js
4-
src/package.json
5-
src/static.py
6-
src/node_modules
7-
src/app/build
8-
src/yarn.lock
1+
# byte-compiled / optimized / DLL files
2+
__pycache__/
3+
*.py[cod]
4+
5+
# tests and coverage
6+
*.pytest_cache
7+
.coverage
8+
9+
# database & logs
10+
*.db
11+
*.sqlite3
12+
*.log
13+
14+
# venv
15+
env
16+
venv
17+
18+
# other
19+
.DS_Store
20+
21+
# javascript
22+
package-lock.json
23+
24+
staticfiles/*
25+
!staticfiles/.gitkeep
26+
.vscode/symbols.json

0 commit comments

Comments
 (0)