mirror of
https://github.com/Aviortheking/games.git
synced 2025-05-28 09:09:55 +00:00
30 lines
289 B
Plaintext
30 lines
289 B
Plaintext
# 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
|
|
|
|
slicers/*
|
|
|
|
# Coverage
|
|
coverage/
|
|
|
|
# Playwright
|
|
/playwright/
|