mirror of
https://github.com/withastro/astro.git
synced 2025-01-06 22:10:10 -05:00
Add .gitignore to component example (#8949)
This commit is contained in:
parent
e5d53cfa9c
commit
4c261c9c2f
1 changed files with 21 additions and 0 deletions
21
examples/component/.gitignore
vendored
Normal file
21
examples/component/.gitignore
vendored
Normal 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
|
Loading…
Reference in a new issue