forked from ecss-soton/ecssweb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
54 lines (47 loc) · 783 Bytes
/
.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
54
# database
db.sqlite3
# data
fixture.yaml
fixture.local.yaml
societies.yaml
sponsors.yaml
sponsors1819.yaml
committee.yaml
data/jumpstart/
data/merch1819/
website/data/
election/data/
jumpstart/data/
# website content
website/static/website/content/
shop/static/shop/content/
media/
/static/
# SAML config
ecsswebauth/saml_config/settings.json
ecsswebauth/saml_config/settings.uos.json
ecsswebauth/saml_config/certs/sp.crt
ecsswebauth/saml_config/certs/sp.key
# python virtual environment
.env/
venv/
# IDE files
.vscode/
# Django
# https://github.com/django/django/blob/master/.gitignore
*.egg-info
*.pot
*.py[co]
.tox/
__pycache__
MANIFEST
dist/
docs/_build/
docs/locale/
node_modules/
tests/coverage_html/
tests/.coverage
build/
tests/report/
# Django settings
settings.py