33 lines
317 B
Text
33 lines
317 B
Text
# emacs
|
|
*~
|
|
|
|
.pnpm-store
|
|
|
|
# build output
|
|
dist/
|
|
.output/
|
|
.astro/
|
|
|
|
# cache
|
|
.eslintcache
|
|
|
|
# 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
|
|
|
|
# srht.site build files
|
|
publish.sh
|
|
public.tar.gz
|