site/.gitignore

22 lines
242 B
Text
Raw Permalink Normal View History

2023-03-05 18:45:56 +01:00
# build output
dist/
# dependencies
node_modules/
# logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
deploy/ssh_key_dec
deploy/age_key_priv
# environment variables
.env
.env.production
# macOS-specific files
.DS_Store