mirror of
https://github.com/airbnb/javascript.git
synced 2026-01-12 03:57:59 -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
|