Skip to content

Commit

Permalink
🔧 chore(.gitignore): add .npmrc to the list of ignored files to preve…
Browse files Browse the repository at this point in the history
…nt it from being tracked by git

🔥 refactor(.npmrc): remove .npmrc file as it is no longer needed
  • Loading branch information
skullzarmy committed Sep 30, 2023
1 parent 571080a commit ab9e8fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
node_modules
.DS_Store
.env
.env
.npmrc
1 change: 0 additions & 1 deletion .npmrc

This file was deleted.

0 comments on commit ab9e8fe

Please sign in to comment.