mirror of
https://github.com/airbnb/javascript.git
synced 2026-03-27 19:51:02 +00:00
8 lines
89 B
Plaintext
8 lines
89 B
Plaintext
# gitignore
|
|
|
|
node_modules
|
|
|
|
# Only apps should have lockfiles
|
|
yarn.lock
|
|
package-lock.json
|