-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
56 lines (48 loc) · 1.15 KB
/
.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
50
51
52
53
54
55
56
# 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
# Components Package
packages/blockchain-info-components/lib
packages/blockchain-info-components/node_modules
packages/blockchain-info-components/storybook-static
packages/blockchain-info-components/package-lock.json
# Core Package
packages/blockchain-wallet-v4/lib
packages/blockchain-wallet-v4/node_modules
packages/blockchain-wallet-v4/package-lock.json
# Frontend Package
packages/blockchain-wallet-v4-frontend/.awcache
packages/blockchain-wallet-v4-frontend/build
packages/blockchain-wallet-v4-frontend/dist
packages/blockchain-wallet-v4-frontend/node_modules
packages/blockchain-wallet-v4-frontend/package-lock.json
packages/blockchain-wallet-v4-frontend/src/assets/locales/defaultMessages.json
packages/blockchain-wallet-v4-frontend/src/assets/locales/whitelists
packages/blockchain-wallet-v4-frontend/src/extracted-ts
# Config Files
config/env/development.js
config/env/staging.js
config/ssl/*
!config/ssl/ssl.md