Skip to content

Commit

Permalink
Add .gitignore to component example (#8949)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsriram authored Oct 30, 2023
1 parent e5d53cf commit 4c261c9
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions examples/component/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# build output
dist/
# generated types
.astro/

# dependencies
node_modules/

# logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*


# environment variables
.env
.env.production

# macOS-specific files
.DS_Store

0 comments on commit 4c261c9

Please sign in to comment.