forked from grafana/plugin-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
55 lines (44 loc) · 901 Bytes
/
.gitignore
File metadata and controls
55 lines (44 loc) · 901 Bytes
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
# Dependencies
node_modules
# Build output
dist
build
# Errors
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Cache
.eslintcache
.nx
# IDE
.vscode
# Misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local
.env
# Generated files
.docusaurus
.cache-loader
docusaurus/website/scripts/plugin.schema.json
*.bak
# Allow vscode config inside templates
!packages/create-plugin/templates/*/.vscode
# Ignore nx cloud env file. Can be used locally for setting a different NX_CLOUD_ACCESS_TOKEN
nx-cloud.env
# End to End tests
playwright-report/
test-results/
packages/plugin-e2e/playwright/.cache/
packages/plugin-e2e/playwright/.auth
packages/plugin-e2e/.playwright-mcp/
playwright/.cache/
playwright/.auth
# Used in CI to pass built packages to the next job
packed-artifacts/
.mise.toml
# Don't commit local claude settings
.claude/settings.local.json
.claude/hooks