Files
computing-box/.gitignore
Alexander Lyall 4facee954c
All checks were successful
Pre-release on non-main branches / prerelease (push) Successful in 24s
Changed .gitignore to include build outputs
Signed-off-by: Alexander Lyall <alex@adcm.uk>
2025-12-26 22:46:58 +00:00

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