diff --git a/.gitignore b/.gitignore index c1cf06da..9ab608cf 100644 --- a/.gitignore +++ b/.gitignore @@ -29,6 +29,7 @@ yarn-error.log .history/* # Miscellaneous +!.npmrc /.angular/cache /.nx .sass-cache/ diff --git a/.npmrc b/.npmrc new file mode 100644 index 00000000..753ea359 --- /dev/null +++ b/.npmrc @@ -0,0 +1,2 @@ +# Make sure to use the official npm registry +registry=https://registry.npmjs.org/