clone from upstream lithium project
This commit is contained in:
parent
6f5167c24f
commit
f946e4933a
56 changed files with 754 additions and 503 deletions
15
.gitignore
vendored
Normal file
15
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
# OSX #
|
||||
.DS_Store
|
||||
|
||||
# Byte-compiled / optimized / DLL files #
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*$py.class
|
||||
|
||||
# Django #
|
||||
*.log
|
||||
db.sqlite3
|
||||
media
|
||||
|
||||
# Virtual environment
|
||||
.venv
|
||||
Loading…
Add table
Add a link
Reference in a new issue