Skip to content

Commit

Permalink
Create .gitignore for node
Browse files Browse the repository at this point in the history
node_modules is better left untracked by git, gitignore ignores it so I can install discord.js in repo folder
  • Loading branch information
cyckl committed Apr 12, 2020
1 parent a80e3f6 commit ce9218e
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 ce9218e

Please sign in to comment.