-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitignore
53 lines (50 loc) · 1.35 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
# Created by https://www.toptal.com/developers/gitignore/api/django
# Edit at https://www.toptal.com/developers/gitignore?templates=django
### Django ###
*.log
*.pot
*.pyc
__pycache__/
local_settings.py
db.sqlite3
db.sqlite3-journal
/media
venv
.venv
02_work_doc/10_test/testingVenv
/static
*csv#
01_application/webcentral_app/webcentral_app/settings.py
/01_application/webcentral_app/static
02_work_doc/01_daten/01_prePro/enargus_csv_20220216.csv
02_work_doc/01_daten/01_prePro/modulzuordnung_csv_20220216.csv
#01_application/webcentral_app/project_listing/migrations
#/01_application/webcentral_app/settings.py
#/01_application/webcentral_app/tools_over/migrations
#/01_application/webcentral_app/weatherdata_over/migrations
/01_application/webcentral_app/tools_over/Media
/01_application/webcentral_app/weatherdata_over/Media
/01_application/webcentral_app/media
#/01_application/webcentral_app/schlagwoerter/migrations
# database dumps (for import into docker container)
postgres/*.sql
# backupfile from drawio
*.bkp
# temporary from drawio
*.dtmp
# exclude the .env file from git, since it holds secrets
.env
# testing stuff
/scripts/log
/02_work_doc/10_test/testingVenv
log
*.css.map
#Sphinx
02_work_doc/06_sphinx/build
# Javascript
node_modules
# packaging setuptools
*.egg-info
webpack-stats.json
/01_application/webcentral_app/webcentral_app/static/webpack_bundles/
lint.txt