srx.astro.nix/.gitignore

31 lines
314 B
Plaintext
Raw Normal View History

2023-03-30 01:14:12 +02:00
# nix env
.direnv/
2023-03-30 01:20:37 +02:00
result
2022-12-22 23:31:21 +01:00
2023-03-30 01:14:12 +02:00
# build output
dist/
2022-12-22 23:31:21 +01:00
2023-03-30 01:14:12 +02:00
# generated type files
.astro/
# dependencies
node_modules/
# logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# environment variables
2022-12-22 23:31:21 +01:00
.env
2023-03-30 01:14:12 +02:00
.env.production
src/env.d.ts
# macOS-specific files
.DS_Store
# pre-commit
/.pre-commit-config.yaml