forked from nationalarchives/ds-wagtail
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
70 lines (50 loc) · 937 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
# environment file
.env
# sqlite databases
*.sqlite3
# Python cache files
__pycache__
.mypy_cache
*.pyc
# macOS desktop services store.
.DS_Store
# Ignore the contents of template/static/ but keep the directory
templates/static
# Allow images within static
!templates/static/images
# Allow timeline data within static
!templates/static/timeline
#Allow cookie consent
!templates/static/cookie-consent
# Ignore the contents of /static but keep the directory
/static/*
!/static/.gitkeep
# Ignore the contents of /database_dumps but keep the directory
/database_dumps/*
!/database_dumps/.gitkeep
# Database backups
/db/
# Editor configuration files
*.code-workspace
.idea/
# SASS
.sass-cache
# Node
/node_modules/
# coverage.py
.coverage
/coverage/
# built docs
/site/
# local config
config/settings/local.py
# CSS
*.css
*.css.map
!wagtail-overrides.css
# NVM/NPM
.npm
.nvm
media/images
media/original_images
coverage.xml