llm-plastic/.gitignore
2025-01-17 22:06:54 +01:00

30 lines
299 B
Plaintext

# build output
dist/
.output/
.json/
# dependencies
node_modules/
# logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
yarn.lock
package-lock.json
# environment variables
.env
.env.production
# macOS-specific files
.DS_Store
# ignore .astro directory
.astro
.netlify
.vercel