srx.astro.nix/.gitignore

28 lines
289 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*
2023-03-30 01:22:48 +02:00
pnpm-debug.log*
2023-03-30 01:14:12 +02:00
yarn-debug.log*
yarn-error.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
# pre-commit
/.pre-commit-config.yaml
2024-03-03 13:45:20 +01:00
templates