Get back to original
This commit is contained in:
parent
77ae214d24
commit
5cc9d7b0e9
68 changed files with 83 additions and 42 deletions
28
.gitignore
vendored
28
.gitignore
vendored
|
@ -1,3 +1,29 @@
|
|||
# Hidden files
|
||||
.venv
|
||||
.env.production
|
||||
.env.staging
|
||||
.env.production
|
||||
|
||||
# Python
|
||||
__pycache__
|
||||
*.py[cod]
|
||||
Pipfile
|
||||
Pipfile.lock
|
||||
|
||||
# Editors
|
||||
*~
|
||||
*.swp
|
||||
*.swo
|
||||
*#
|
||||
TAGS
|
||||
tags
|
||||
|
||||
# Thumbnails
|
||||
Thumbs.db
|
||||
ehthumbs.db
|
||||
Desktop.ini
|
||||
.DS_Store
|
||||
|
||||
# Local patches and logs
|
||||
*.patch
|
||||
*.diff
|
||||
*.log
|
Loading…
Add table
Add a link
Reference in a new issue