diff --git a/.gitignore b/.gitignore index 294b385..246b892 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,5 @@ Thumbs.db # Vite vite.config.js.timestamp-* vite.config.ts.timestamp-* + +.npmrc \ No newline at end of file diff --git a/.npmrc b/.npmrc deleted file mode 100644 index 1b50dc4..0000000 --- a/.npmrc +++ /dev/null @@ -1,2 +0,0 @@ -engine-strict=true -script-shell="C:\\Program Files\\git\\bin\\bash.exe"