35 lines
381 B
Plaintext
35 lines
381 B
Plaintext
# build output
|
|
dist/
|
|
# generated types
|
|
.astro/
|
|
|
|
# dependencies
|
|
node_modules/
|
|
|
|
# logs
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
|
|
|
|
# environment variables
|
|
.env
|
|
.env.production
|
|
.env.local
|
|
|
|
# local secrets / runtime files
|
|
Backend/Backups/
|
|
Backend/tmp/
|
|
Env/*.crt
|
|
Env/*.key
|
|
|
|
# macOS-specific files
|
|
.DS_Store
|
|
|
|
# jetbrains setting folder
|
|
.idea/
|
|
|
|
origin.crt
|
|
origin.key
|