0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-16 21:46:22 -05:00

Add .gitignore to component example (#8949)

This commit is contained in:
Sriram Thiagarajan 2023-10-30 14:10:12 +00:00 committed by GitHub
parent e5d53cfa9c
commit 4c261c9c2f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

21
examples/component/.gitignore vendored Normal file
View file

@ -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