forked from MetaMask/core
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
64 lines (50 loc) · 1.18 KB
/
Copy path.gitignore
File metadata and controls
64 lines (50 loc) · 1.18 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
# node
npm-debug.log
yarn-error.log
node_modules
package-lock.json
# tarball from `yarn pack`
*.tgz
# eslint cache
.eslintcache
.DS_STORE
# Build preview message
preview-build-message.txt
examples/*/coverage
examples/*/dist
examples/*/api-docs
packages/*/coverage
packages/*/dist
packages/*/api-docs
scripts/coverage
# yarn v3 (w/o zero-install)
# See: https://yarnpkg.com/getting-started/qa#which-files-should-be-gitignored
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
# typescript
**/.tsc-lint-cache/
packages/*/*.tsbuildinfo
# AI
.sisyphus/
# Platform API docs (generated)
.platform-api-docs/
# Agent skills
# Copy `.skills.local.example` to `.skills.local` and edit `SKILLS_DOMAINS=`.
.skills.local
# Public MetaMask/skills cache maintained by `yarn skills` / `yarn setup`.
.skills-cache/
# Generated by MetaMask/skills tools/install. Run `yarn skills` to refresh.
.claude/skills/
.agents/skills/
.cursor/rules/
# Docusaurus
**/.docusaurus
packages/wallet-framework-docs/site/build
# Foundry (anvil) binaries cached by @metamask/foundryup for the wallet-cli
# real-chain e2e (enableGlobalCache is off, so the cache lands in-repo).
.metamask/