boring.tools-poc/apps/website/.gitignore
Lars Hampe fa71d542b9
Some checks failed
Build and Push Docker Image / build (push) Failing after 6s
feat(website): add website placeholder and ci
2024-09-28 14:28:51 +02:00

22 lines
229 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
# macOS-specific files
.DS_Store