generated from ben/template
Compare commits
2 Commits
b5412bf388
...
1f7de8f819
| Author | SHA1 | Date | |
|---|---|---|---|
| 1f7de8f819 | |||
| 8c79c0014a |
39
.gitignore
vendored
Normal file
39
.gitignore
vendored
Normal file
@@ -0,0 +1,39 @@
|
|||||||
|
# --- pre-release artifacts ---
|
||||||
|
dist/
|
||||||
|
scripts/
|
||||||
|
*.ps1
|
||||||
|
*.zip
|
||||||
|
*.xpi
|
||||||
|
|
||||||
|
# --- python bytecode ---
|
||||||
|
__pycache__/
|
||||||
|
*.py[cod]
|
||||||
|
*$py.class
|
||||||
|
|
||||||
|
# --- virtual environments ---
|
||||||
|
node_modules/
|
||||||
|
.venv/
|
||||||
|
venv/
|
||||||
|
env/
|
||||||
|
|
||||||
|
# --- environment files ---
|
||||||
|
.env
|
||||||
|
.env.*
|
||||||
|
*.local
|
||||||
|
|
||||||
|
# --- emacs ---
|
||||||
|
*~
|
||||||
|
\#*\#
|
||||||
|
.\#*
|
||||||
|
*.elc
|
||||||
|
|
||||||
|
# --- project private data ---
|
||||||
|
/private/
|
||||||
|
|
||||||
|
# --- django ---
|
||||||
|
db.sqlite3
|
||||||
|
staticfiles/
|
||||||
|
media/
|
||||||
|
|
||||||
|
# --- misc ---
|
||||||
|
.DS_Store
|
||||||
17597
vtech.org~
17597
vtech.org~
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user