Skip to content

Commit

Permalink
Update .gitignore to ignore project + template dependencies (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
huntie authored Sep 27, 2024
1 parent ca24854 commit 75eb41c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,11 @@
# Dependencies
/node_modules

# Cache and log files
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Files in template directory (when manually testing)
/template/node_modules
/template/yarn.lock

0 comments on commit 75eb41c

Please sign in to comment.