FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
sentry-javascript/.gitignore at develop · getsentry/sentry-javascript · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
getsentry
/
sentry-javascript
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
1.8k
Star
8.7k
Code
Issues
544
Pull requests
67
Discussions
Actions
Security and quality
5
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
sentry-javascript
/
.gitignore
Copy path
More file actions
More file actions
Latest commit
History
History
History
86 lines (70 loc) · 1.19 KB
Breadcrumbs
sentry-javascript
/
.gitignore
Copy path
File metadata and controls
86 lines (70 loc) · 1.19 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
#
dependencies
node_modules
/
packages
/
*
/
package-lock.json
dev-packages
/
*
/
package-lock.json
package-lock.json
.pnpm-store
#
build and test
#
SDK builds
build
/
#
various integration test builds
dist
/
coverage
/
scratch
/
*
.js.map
*
.pyc
*
.tsbuildinfo
#
side effects of running AWS lambda layer zip action locally
dist-serverless
/
sentry-node-serverless-
*
.zip
#
node tarballs
packages
/
*
/
sentry-
*
.tgz
.nxcache
#
logs
yarn-error.log
npm-debug.log
local.log
#
ide
.idea
*
.sublime-
*
#
misc
.DS_Store
._
*
.Spotlight-V100
.Trashes
.nx
.rpt2_cache
lint-results.json
trace.zip
#
legacy
tmp.js
#
eslint
.eslintcache
**
/
eslintcache
/
*
#
deno
packages
/
deno
/
build-types
packages
/
deno
/
build-test
packages
/
deno
/
lib.deno.d.ts
dev-packages
/
deno-integration-tests
/
lib.deno.d.ts
deno.lock
#
gatsby
packages
/
gatsby
/
gatsby-node.d.ts
#
intellij
*
.iml
/
**
/
.wrangler
/
*
#
junit reports
packages
/
**
/
*
.junit.xml
#
Local Claude Code settings that should not be committed
.claude
/
settings.local.json
.claude
/
worktrees
.claude
/
scheduled_tasks.lock
#
Triage report
**
/
triage_report.md
#
Dependabot auto-triage run artifacts
noise.json
fix-candidates-runtime.json
fix-candidates-dev.json
pr-body-
*
.md
fix-result-
*
.md
#
Environment variables
.env
Back
|
FazBrowse Home
|
New Git URL