-
-
Notifications
You must be signed in to change notification settings - Fork 118
/
.gitignore
59 lines (44 loc) · 802 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
50
51
52
53
54
55
56
57
58
59
# the void
node_modules/
# distrobution/built files
dist/
build/
public/
# rollup-plugin-visualizer
use-shopping-cart/stats/core.html
use-shopping-cart/stats/react.html
# Private environment variables
!.env.example
.env*
# Caches
*.cache*/
.rpt2_cache/
# Local Netlify folder
.netlify/
# Editor configs
.idea/
.vscode/
# Logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# MacOS stuff
.DS_Store
# Runtime stuff
pids
*.pid
*.seed
*.pid.lock
# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov
# Coverage directory used by tools like istanbul
coverage
# nyc test coverage
.nyc_output
# Optional REPL history
.node_repl_history
# Local Netlify folder
.netlify
# Build file for UMD
examples/umd/src/use-shopping-cart.umd.js
use-shopping-cart/use-shopping-cart-v*.tgz