This repository has been archived on 2024-11-01. You can view files and clone it, but cannot push or open issues or pull requests.
server-islands/.gitignore
2024-08-15 16:54:57 -04: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/