Skip to content

Commit

Permalink
.gitignore: Ignore node_modules directory
Browse files Browse the repository at this point in the history
Node modules is created during npm install process

Signed-off-by: Michael Trimarchi <[email protected]>
  • Loading branch information
panicking committed Apr 30, 2024
1 parent c6a7914 commit 46af7ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules

0 comments on commit 46af7ee

Please sign in to comment.