init
This commit is contained in:
commit
017bf6e067
115 changed files with 19650 additions and 0 deletions
34
.gitignore
vendored
Normal file
34
.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*
|
||||
|
||||
# local content hotfolder
|
||||
src/content/*
|
||||
|
||||
# environment variables
|
||||
.env
|
||||
.env.local
|
||||
.env.development
|
||||
.env.production
|
||||
|
||||
# macOS-specific files
|
||||
.DS_Store
|
||||
|
||||
# jetbrains setting folder
|
||||
.idea/
|
||||
|
||||
# Flickr upload tracking (local state, not for version control)
|
||||
scripts/flickr-tracking.json
|
||||
|
||||
# Mastodon syndication tracking (persists on VPS, not version controlled)
|
||||
syndicated.json
|
||||
Loading…
Add table
Add a link
Reference in a new issue