forked from hasgeek/funnel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
79 lines (70 loc) · 1.08 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
# Cache files
*.egg-info
*.pyc
.coverage
.mypy_cache
.pytest_cache
.ropeproject
.sass-cache
.sass-cache
.webassets-cache
__pycache__
# MacOS file
.DS_Store
# Assets and static files
funnel/static/build
funnel/static/gen
funnel/static/service-worker.js
funnel/static/service-worker.js.map
funnel/static/img/fa5-packed.svg
node_modules
*.packed.css
*.packed.js
.webassets-cache
baseframe-packed.*
# Download files
geoname_data
# Log and test files
error.log
error.log.*
ghostdriver.log
geckodriver.log
tests/cypress/screenshots
tests/cypress/videos
tests/screenshots
tests/unit/utils/markdown/data/output.html
coverage/
# Instance files that should not be checked-in
instance/development.py
instance/hasgeekapp.py
instance/production.py
instance/settings.py
instance/container_env
# Forbidden secrets
secrets.dev
secrets.test
newrelic.ini
.env
.env.testing
.env.staging
.env.development
.env.production
# Local venvs (Idea creates them)
venv/
env/
.python-version
# Editors
.idea/
.vscode/
.project
.pydevproject
.settings
*.wpr
.vscode
*.sublime-workspace
# Local DBs
dump.rdb
test.db
*.bz2
*.gz
*.sql