-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy path.gitignore
More file actions
41 lines (36 loc) · 761 Bytes
/
.gitignore
File metadata and controls
41 lines (36 loc) · 761 Bytes
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
*.pyc
*.egg-info
*.sqlite
*.log
.build
node_modules
thinkhazard/static/build
thinkhazard/static/fonts
.coverage
local*.ini
# Translations
*.mo
thinkhazard/locale/tmp*
thinkhazard/locale/*/LC_MESSAGES/*.po
# Don't version the translation strings from database
*-database.po*
.env
docker-compose.override.yaml
local.mk
docs/hazard-data.md
docs/hazard-methods.md
docs/images/old_icons/eq.png
docs/images/old_icons/et.png
docs/images/old_icons/fl.png
docs/images/old_icons/ls.png
docs/images/old_icons/ss.png
docs/images/old_icons/sw.png
docs/images/old_icons/ts.png
docs/images/old_icons/va.png
docs/images/old_icons/wf.png
docs/images/old_icons/ws.png
docs/QUICKSTART.md
docs/restore_files.py
docs/STYLING_ISSUES.md
docs/TH_logic_summary.md
docs/workflow.md