Skip to content

Commit

Permalink
feat(.gitignore): update ignore patterns to include nested node_modul…
Browse files Browse the repository at this point in the history
…es, build, and dist directories for better project cleanliness
  • Loading branch information
MartinMinkov committed Aug 25, 2023
1 parent 5a617ac commit cef9d47
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
# Dependencies
/node_modules
node_modules
/**/*/node_modules

# Production
/build
/**/*/build
/**/*/dist
build
dist

# Generated files
.docusaurus
.cache-loader


# Misc
.env
.DS_Store
Expand Down

0 comments on commit cef9d47

Please sign in to comment.