forked from blockchain/blockchain-wallet-v4-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
49 lines (41 loc) · 873 Bytes
/
.gitignore
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
# OS X
.DS_Store
# Editors
*.swp
*~
.idea/
.vscode
# Node
node_modules
npm-shrinkwrap.json
# npm
package-lock.json
# Yarn
.yarnclean
yarn-error.log
# Eslint
.eslintcache
# Generated Files
.cache
*.log
CHANGELOG.md
coverage/
dist/
lib/
# Package Files
packages/blockchain-info-components/lib
packages/blockchain-info-components/node_modules
packages/blockchain-info-components/storybook-static
packages/blockchain-wallet-v4/lib
packages/blockchain-wallet-v4/node_modules
packages/blockchain-wallet-v4-frontend/build
packages/blockchain-wallet-v4-frontend/dist
packages/blockchain-wallet-v4-frontend/node_modules
packages/blockchain-info-components/package-lock.json
packages/blockchain-wallet-v4/package-lock.json
packages/blockchain-wallet-v4-frontend/package-lock.json
# Config Files
config/env/development.js
config/env/staging.js
config/ssl/*
!config/ssl/ssl.md