3
0
Fork 0
mirror of https://github.com/nanoy42/coope synced 2024-05-01 23:22:24 +00:00
coope/.gitignore

49 lines
728 B
Plaintext
Raw Permalink Normal View History

2018-08-30 16:56:53 +00:00
# Created by https://www.gitignore.io/api/vim,git,django
### Django ###
*.log
*.pot
*.pyc
__pycache__/
local_settings.py
db.sqlite3
media
# If your build process includes running collectstatic, then you probably don't need or want to include staticfiles/
# in your Git repository. Update and uncomment the following line accordingly.
# <django-project-name>/staticfiles/
### Git ###
*.orig
### Vim ###
# Swap
[._]*.s[a-v][a-z]
[._]*.sw[a-p]
[._]s[a-rt-v][a-z]
[._]ss[a-gi-z]
[._]sw[a-p]
# Session
Session.vim
# Temporary
.netrwhist
*~
# Auto-generated tag files
tags
# Persistent undo
[._]*.un~
# End of https://www.gitignore.io/api/vim,git,django
2018-12-05 00:43:21 +00:00
.vscode
2018-12-18 10:50:08 +00:00
venv
static/
2019-01-13 18:42:44 +00:00
Pipfile
2019-02-18 18:20:09 +00:00
mediafiles
2019-04-28 11:13:30 +00:00
Pipfile.lock
contributors.txt