Skip to content

Commit d0e145b

Browse files
committed
Added both lock files
1 parent e4c2fe4 commit d0e145b

4 files changed

Lines changed: 979 additions & 15 deletions

File tree

.gitignore

Lines changed: 43 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,109 +1,138 @@
11
# Logs
2+
23
logs
3-
*.log
4-
npm-debug.log*
4+
_.log
5+
npm-debug.log_
56
yarn-debug.log*
67
yarn-error.log*
7-
lerna-debug.log*
8+
lerna-debug.log\*
89

910
# Diagnostic reports (https://nodejs.org/api/report.html)
10-
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
11+
12+
report.[0-9]_.[0-9]_.[0-9]_.[0-9]_.json
1113

1214
# Runtime data
15+
1316
pids
14-
*.pid
15-
*.seed
16-
*.pid.lock
17+
_.pid
18+
_.seed
19+
\*.pid.lock
1720

1821
# Directory for instrumented libs generated by jscoverage/JSCover
22+
1923
lib-cov
2024

2125
# Coverage directory used by tools like istanbul
26+
2227
coverage
23-
*.lcov
28+
\*.lcov
2429

2530
# nyc test coverage
31+
2632
.nyc_output
2733

2834
# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
35+
2936
.grunt
3037

3138
# Bower dependency directory (https://bower.io/)
39+
3240
bower_components
3341

3442
# node-waf configuration
43+
3544
.lock-wscript
3645

3746
# Compiled binary addons (https://nodejs.org/api/addons.html)
47+
3848
build/Release
3949

4050
# Dependency directories
51+
4152
build/
4253
dist/
4354
node_modules/
4455
jspm_packages/
4556

4657
# TypeScript v1 declaration files
58+
4759
typings/
4860

4961
# TypeScript cache
50-
*.tsbuildinfo
62+
63+
\*.tsbuildinfo
5164

5265
# Optional npm cache directory
66+
5367
.npm
5468

5569
# Optional eslint cache
70+
5671
.eslintcache
5772

5873
# Microbundle cache
74+
5975
.rpt2_cache/
6076
.rts2_cache_cjs/
6177
.rts2_cache_es/
6278
.rts2_cache_umd/
6379

6480
# Optional REPL history
81+
6582
.node_repl_history
6683

6784
# Output of 'npm pack'
68-
*.tgz
85+
86+
\*.tgz
6987

7088
# Yarn Integrity file
89+
7190
.yarn-integrity
7291

7392
# dotenv environment variables file
93+
7494
.env
7595
.env.test
7696

7797
# parcel-bundler cache (https://parceljs.org/)
98+
7899
.cache
79100

80101
# Next.js build output
102+
81103
.next
82104

83105
# Nuxt.js build / generate output
106+
84107
.nuxt
85108
dist
86109

87110
# Gatsby files
111+
88112
.cache/
89-
# Comment in the public line in if your project uses Gatsby and *not* Next.js
113+
114+
# Comment in the public line in if your project uses Gatsby and _not_ Next.js
115+
90116
# https://nextjs.org/blog/next-9-1#public-directory-support
117+
91118
# public
92119

93120
# vuepress build output
121+
94122
.vuepress/dist
95123

96124
# Serverless directories
125+
97126
.serverless/
98127

99128
# FuseBox cache
129+
100130
.fusebox/
101131

102132
# DynamoDB Local files
133+
103134
.dynamodb/
104135

105136
# TernJS port file
106-
.tern-port
107137

108-
yarn.lock
109-
package-lock.json
138+
.tern-port

0 commit comments

Comments
 (0)