Ultron/.gitignore

41 lines
495 B
Plaintext
Raw Normal View History

2021-11-02 14:05:32 +01:00
# Django #
*.log
*.pot
*.pyc
__pycache__
db.sqlite3
2021-11-17 10:39:16 +01:00
*.sql
2021-11-02 14:05:32 +01:00
media
2022-09-28 11:47:47 +02:00
*.yaml
*.json
2021-11-02 14:05:32 +01:00
2022-09-28 11:47:47 +02:00
# Python #
*.py[cod]
*$py.class
2021-11-02 14:05:32 +01:00
2022-09-28 11:47:47 +02:00
# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
2021-11-19 13:11:25 +01:00
data/
2021-11-02 14:05:32 +01:00
2022-01-05 18:44:15 +01:00
# Visual Studio Code #
.vscode
2022-09-28 11:47:47 +02:00
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
2021-11-30 18:51:02 +01:00
.history
# Mac OS
2022-02-04 10:23:17 +01:00
.DS_Store
# Project Specific
static/js/plugins/fullcalendar/locales/*
static/js/plugins/fullcalendar/locales-all.js
static/js/plugins/fullcalendar/locales-all.min.js