This repository has been archived on 2024-12-03. You can view files and clone it, but cannot push or open issues or pull requests.
Errors/build/.gitignore
2024-11-26 21:14:11 -05:00

24 lines
264 B
Text

# 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
# jetbrains setting folder
.idea/