Skip to content
This repository has been archived by the owner on Oct 17, 2024. It is now read-only.

Commit

Permalink
.gitignore: ignore node_modules directories (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisnovakovic authored Dec 21, 2020
1 parent 410e75c commit 096b778
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
Expand Up @@ -2,6 +2,7 @@
/vendor/
__pycache__
*.pyc
**/node_modules/

# Please output directory
plz-out

0 comments on commit 096b778

Please sign in to comment.