mirror of
https://github.com/airbnb/javascript.git
synced 2026-01-11 09:27:58 -05:00
8 lines
89 B
Plaintext
8 lines
89 B
Plaintext
# gitignore
|
|
|
|
node_modules
|
|
|
|
# Only apps should have lockfiles
|
|
yarn.lock
|
|
package-lock.json
|