Skip to content

Commit

Permalink
Add .gitignore entry for node_modules/
Browse files Browse the repository at this point in the history
  • Loading branch information
temasictfic committed Jan 31, 2024
1 parent 297d20b commit a0acdad
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ media
*.py[cod]
*$py.class

# Node modules
node_modules/

# C extensions
*.so

Expand Down

0 comments on commit a0acdad

Please sign in to comment.