forked from getsentry/sentry
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.dockerignore
64 lines (64 loc) · 848 Bytes
/
.dockerignore
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
**/__pycache__
.git
.gitignore
.gitattributes
.dockerignore
.gitignore
Gemfile.lock
.idea/
*.iml
.pytest_cache/
.vscode
.tx
.travis
.github
.mailmap
.npmrc
.travis.yml
.pre-commit-config.yaml
.eslint*
coverage.xml
conftest.py
netlify.toml
static
junit.xml
*.codestyle.xml
package-lock.json
.cache/
.coverage
.storybook-out/
.DS_Store
.venv
*.egg-info
*.pyc
*.log
*.egg
*.db
*.pid
Brewfile
Makefile
MANIFEST
test.conf
pip-log.txt
celerybeat-schedule
sentry-package.json
/.artifacts
/coverage/
/cover
/build
/env
/tests
/tmp
/node_modules/
/docs-ui/node_modules/
/scripts
/src/sentry/assets.json
/src/sentry/static/version
/src/sentry/static/sentry/dist/
/src/sentry/static/sentry/vendor/
/src/sentry/static/sentry/admin/
/src/sentry/static/sentry/rest_framework/
/src/sentry/integration-docs
/src/sentry/loader/_registry.json
/wheelhouse
/test_cli/