30 lines
279 B
Plaintext
30 lines
279 B
Plaintext
# build output
|
|
dist/
|
|
.output/
|
|
.vinxi/
|
|
.nitro/
|
|
|
|
# dependencies
|
|
node_modules/
|
|
|
|
# logs
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
|
|
# environment variables
|
|
.env
|
|
.env.production
|
|
.env.*
|
|
|
|
# OS / editor files
|
|
.DS_Store
|
|
.idea/
|
|
|
|
# Go build output
|
|
tmp/
|
|
bin/
|
|
|
|
.cgcignore
|