geisha/.gitignore
kittentm 9feb1270ce
All checks were successful
Astro Check / astro-check (push) Successful in 48s
ci: actually preload config LOL
2026-07-18 22:41:22 +02:00

27 lines
285 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/
/build-config.json