-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Expand file tree
/
Copy path.gitignore
More file actions
97 lines (96 loc) · 1.98 KB
/
.gitignore
File metadata and controls
97 lines (96 loc) · 1.98 KB
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
87
88
89
90
91
92
93
94
95
96
97
.env
/v10
.cache/
.code-workspace
.coverage*
.DS_Store
.venv
*.egg-info
*.pyc
*.log
*.egg
*.db
*.pid
test.conf
pip-log.txt
celerybeat-schedule
sentry-package.json
/.artifacts
/coverage/
/cover
/build
/dist
/env
/tmp
node_modules
/src/sentry/apidocs/api_ownership_stats_dont_modify.json
/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
/config/chartcuterie/config.*
/config/*.pem
/tests/apidocs/openapi-derefed.json
/tests/apidocs/openapi-deprecated.json
/tests/sentry/utils/appleconnect/*.json
/tests/apidocs/openapi-spectacular.json
/fixtures/integrations/*/data/**
/wheelhouse
/test_cli/
Gemfile.lock
.idea/
.vim/
*.sw*
*.iml
.pytest_cache/
.vscode/tags
.vscode/bookmarks.json
junit.xml
*.codestyle.xml
.webpack.meta
pip-wheel-metadata/
Brewfile.lock.json
bin/rrweb-output
model-manifest.json
.mypy_cache
.devenv
.yalc/
yalc.lock
ngrok.yml
package-lock.json
yarn.lock
.claude/settings.local.json
.claude/plans
.claude/worktrees
.warden/
# Auto-updated agent skill dependencies — ignore to avoid dirty state
.agents/.gitignore
agents.lock
# end
# Temporary: mirror .agents/.gitignore contents to avoid breaking pre-existing installs. Remove that after a week
.agents/skills/agents-md/
.agents/skills/blog-writing-guide/
.agents/skills/brand-guidelines/
.agents/skills/claude-settings-audit/
.agents/skills/code-review/
.agents/skills/code-simplifier/
.agents/skills/commit/
.agents/skills/create-pr/
.agents/skills/django-access-review/
.agents/skills/django-perf-review/
.agents/skills/doc-coauthoring/
.agents/skills/find-bugs/
.agents/skills/gh-review-requests/
.agents/skills/iterate-pr/
.agents/skills/security-review/
.agents/skills/skill-creator/
.agents/skills/skill-scanner/
.agents/skills/sred-project-organizer/
.agents/skills/sred-work-summary/
.agents/skills/warden/
.agents/skills/warden-sweep/
# end