Skip to content

Commit

Permalink
chore(examples): add gitignore to example projects
Browse files Browse the repository at this point in the history
  • Loading branch information
trobonox committed Jul 21, 2024
1 parent 575b7ea commit 9a42e4c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/bare/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
dist
node_modules
2 changes: 2 additions & 0 deletions examples/tailwindcss/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
dist
node_modules

0 comments on commit 9a42e4c

Please sign in to comment.