Files
astrocode/.gitignore
Gary Kwok 56f6d03385 v1
2024-06-17 18:05:05 +08:00

26 lines
274 B
Plaintext

# build output
dist/
.output/
# 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