Account-System-Demo/.gitignore

21 lines
213 B
Text
Raw Normal View History

2024-07-16 02:05:26 -04:00
# 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
# macOS-specific files
.DS_Store