forked from MetaMask/metamask-extension
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
150 lines (113 loc) · 2.44 KB
/
Copy path.gitignore
File metadata and controls
150 lines (113 loc) · 2.44 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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
.yalc
yalc.lock
npm-debug.log
yarn-error.log
node_modules
package-lock.json
playwright-report
audit.json
app/bower_components
test/bower_components
package
.eslintcache
# IDEs
.idea
.sublime-project
# LLMs
.claude/*.local.*
*.bak
# VIM
*.swp
*.swo
temp
.tmp
.sass-cache
.DS_Store
app/.DS_Store
storybook-build/
coverage/
jest-coverage/
/dist
builds*/
builds.zip
development/ts-migration-dashboard/build
test-artifacts
test-builds
build-artifacts
#ignore css output and sourcemaps
ui/css/output/
notes.txt
.nyc_output
# MetaMask configuration
/.metamaskrc
/.metamaskprodrc
# Customized manifest configuration
.manifest-overrides*.json
# Test results
test-results/
# This file is used to authenticate with the GitHub Package registry, to
# enable the use of @metamask preview builds.
.npmrc
# Yarn
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/sdks
!.yarn/versions
development/generate-attributions/.yarn/*
# This entry would keep track of the yarn binaries tarball generated by corepack
!.yarn/yarn-corepack.tgz
# MetaMask
.metamask/*
github-tools/
# Playwright
public/playwright
lavamoat/**/policy-debug.json
# Attributions
licenseInfos.json
# Branding
/app/images/branding
# API Spec tests
html-report/
html-report-multichain/
/changed-files
# UI Integration tests
# E2E prod test reports
test/e2e/prod/**/*.md
test/integration/config/assets
# webpack
development/.webpack
# llm workflow playwright temp files
temp-llm-workflow-*
.mm-server
.mm-daemon.log
# git worktrees
.worktrees
# Cursor IDE internal state
.cursor/hooks/
tests/coverage-systems/
runway-artifacts/
test-failures/
test-artifacts/
token-import-report-*.md
test/e2e/.env.e2e
# Local git worktrees
.worktrees
# Per-engineer skills config (auto-generated by MetaMask/skills sync).
# Copy `.skills.local.example` to `.skills.local` and edit `SKILLS_DOMAINS=`.
.skills.local
# Local cache used by `postinstall` to auto-update skills from the public
# MetaMask/skills repo. Safe to delete — postinstall recreates on next install.
.skills-cache/
# Agent skills/commands/rules — never tracked. Synced via `yarn skills` from
# MetaMask/skills (public) and optionally Consensys/skills (private overlay),
# or hand-authored locally. (See ADR #57.) Only IDE/bugbot config under
# `.cursor/` is tracked via the carve-outs below.
.claude/skills/
.claude/commands/
.agents/skills/
.cursor/rules/
.cursor/skills/
.cursor/commands/
# Carve-outs: IDE/bugbot config that must stay tracked
!.cursor/BUGBOT.md