eleboog-astro/.gitignore
Kebo a7b2713c0a
Some checks failed
ci / builder (push) Failing after 0s
button changes & attempts to make docker viable in the future
2025-06-26 13:30:21 -05:00

26 lines
277 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
.pnpm-store
# macOS-specific files
.DS_Store
# jetbrains setting folder
.idea/