12 lines
153 B
Plaintext
12 lines
153 B
Plaintext
# gitignore
|
|
node_modules
|
|
|
|
# code coverage output
|
|
coverage
|
|
.nyc_output
|
|
|
|
# Only apps should have lockfiles
|
|
npm-shrinkwrap.json
|
|
package-lock.json
|
|
yarn.lock
|