-
Notifications
You must be signed in to change notification settings - Fork 52
/
.gitignore
86 lines (76 loc) · 1.09 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
80
81
82
83
84
85
86
# Cache files
*.egg-info
*.pyc
.coverage
coverage/
coverage.xml
.eslintcache
.mypy_cache
.pytest_cache
.ropeproject
.sass-cache
.webassets-cache
.webpack_cache
__pycache__
.nox
monkeytype.sqlite3
.ci-cache
.cache
# MacOS file
.DS_Store
# Assets and static files
funnel/static/build
funnel/static/gen
funnel/static/img/fa5-packed.svg
node_modules
*.packed.css
*.packed.js
.webassets-cache
baseframe-packed.*
# Download files
geoname_data/
download/
# Dependencies
build/dependencies
# Log and test files
error.log
error.log.*
ghostdriver.log
geckodriver.log
tests/cypress/screenshots
tests/cypress/videos
tests/screenshots
tests/unit/utils/md/data/output.html
# 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.*
# Local venvs (Idea creates them)
venv/
env/
.python-version
.venv
.envrc
# Editors
.idea/
.vscode/
.project
.pydevproject
.settings
*.wpr
.vscode
*.sublime-workspace
# Local DBs
dump.rdb
test.db
*.bz2
*.gz
*.sql