8 lines
108 B
Plaintext
8 lines
108 B
Plaintext
|
# gitignore
|
||
|
node_modules
|
||
|
|
||
|
# Only apps should have lockfiles
|
||
|
npm-shrinkwrap.json
|
||
|
package-lock.json
|
||
|
yarn.lock
|