diff --git a/.gitignore b/.gitignore index 646ac519..8df21e83 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,9 @@ +# gitignore + .DS_Store node_modules/ + +# Only apps should have lockfiles +npm-shrinkwrap.json +package-lock.json +yarn.lock diff --git a/.npmrc b/.npmrc new file mode 100644 index 00000000..43c97e71 --- /dev/null +++ b/.npmrc @@ -0,0 +1 @@ +package-lock=false