-
Notifications
You must be signed in to change notification settings - Fork 409
Expand file tree
/
Copy path.gitignore
More file actions
47 lines (37 loc) · 905 Bytes
/
Copy path.gitignore
File metadata and controls
47 lines (37 loc) · 905 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
# Logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Dependency directories
node_modules/
# Output of 'npm pack'
*.tgz
# OS-specific files
.DS_Store
# IDE-specific
.vscode/
.idea/
# demo mnemonics from cli
*.key
# Code coverage
.nyc_output/
coverage/
# Documentation builds
/docs_deployment/
# Yarn v2+
# See https://yarnpkg.com/getting-started/qa#which-files-should-be-gitignored
# for Zero-Installs (https://yarnpkg.com/features/caching#zero-installs)
.yarn/*
!.yarn/cache
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
# Yarn platform-specific bindings
# Platform-specific packages are added/removed depending on the OS. To avoid annoying back and forth
# we ignore them here. They are not needed in CI and `yarn install` will bring them back on the
# appropriate platform.
.yarn/cache/fsevents-patch-*-*.zip
.yarn/cache/@unrs-resolver-binding-*-*.zip
AGENTS.md