Initial Commit
This commit is contained in:
commit
0534f88f70
14 changed files with 5590 additions and 0 deletions
42
.gitignore
vendored
Normal file
42
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,42 @@
|
|||
# Dependencies
|
||||
node_modules/
|
||||
|
||||
# Astro build and type caches
|
||||
.astro/
|
||||
dist/
|
||||
|
||||
# Local package-manager and tool caches
|
||||
.cache/
|
||||
.pnpm-store/
|
||||
|
||||
# Environment overrides
|
||||
.env
|
||||
.env.*
|
||||
!.env.example
|
||||
|
||||
# Logs
|
||||
*.log
|
||||
npm-debug.log*
|
||||
pnpm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
|
||||
# Nix shell helpers
|
||||
.direnv/
|
||||
result
|
||||
result-*
|
||||
|
||||
# Release and sync scratch space
|
||||
_wry/
|
||||
.release-tmp/
|
||||
|
||||
# Generated by scripts/sync-specs.mjs
|
||||
public/spec/
|
||||
src/content/docs/index.md
|
||||
src/content/docs/reference/
|
||||
|
||||
# OS/editor noise
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
*.swp
|
||||
*.swo
|
||||
Loading…
Add table
Add a link
Reference in a new issue