forked from cosmos/cosmjs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
44 lines (35 loc) · 852 Bytes
/
.gitignore
File metadata and controls
44 lines (35 loc) · 852 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
# 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 on Mac
# The fsevents-patch is added on macOS but removed on other systems. To avoid annoying back and forth
# we just ignore it here. The file is not needed in the Linux-based CI and `yarn install` will bring it back on
# macOS based dev machines.
.yarn/cache/fsevents-patch-*-*.zip