astro: init astro template
This commit is contained in:
parent
a4368b5ddc
commit
44feb0b485
40 changed files with 3355 additions and 4258 deletions
34
templates/astro/.gitignore
vendored
Normal file
34
templates/astro/.gitignore
vendored
Normal file
|
@ -0,0 +1,34 @@
|
|||
# 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
|
||||
|
||||
# jetbrains setting folder
|
||||
.idea/
|
||||
|
||||
# backup files
|
||||
\#*\#
|
||||
.\#*
|
||||
*~
|
||||
|
||||
# nix
|
||||
result
|
||||
result-*
|
||||
repl-result-out
|
Loading…
Add table
Add a link
Reference in a new issue