🙈 Add .npmrc to .gitignore

This commit is contained in:
Paillat
2025-08-28 11:49:48 +02:00
parent 62a12e0167
commit be2011eed4
2 changed files with 2 additions and 2 deletions

2
.gitignore vendored
View File

@@ -22,3 +22,5 @@ Thumbs.db
# Vite
vite.config.js.timestamp-*
vite.config.ts.timestamp-*
.npmrc

2
.npmrc
View File

@@ -1,2 +0,0 @@
engine-strict=true
script-shell="C:\\Program Files\\git\\bin\\bash.exe"