2023-01-15 16:53:19 +00:00
|
|
|
# build output
|
|
|
|
dist/
|
|
|
|
.output/
|
2023-01-23 19:07:06 +00:00
|
|
|
public/
|
2023-03-17 22:06:43 +00:00
|
|
|
maintenance/
|
2023-01-15 16:53:19 +00:00
|
|
|
|
2024-07-20 10:07:33 +00:00
|
|
|
# astro stuff
|
|
|
|
.astro/
|
|
|
|
|
|
|
|
# config stuff
|
|
|
|
.vscode/
|
|
|
|
|
2023-03-10 21:33:09 +00:00
|
|
|
# Temp Scripts
|
|
|
|
scripts/
|
|
|
|
|
2023-01-15 16:53:19 +00:00
|
|
|
# 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
|
2023-01-27 22:12:10 +00:00
|
|
|
|
|
|
|
# exclude default png images
|
2023-03-06 19:49:59 +00:00
|
|
|
static/**/*.png
|
2023-03-14 20:49:13 +00:00
|
|
|
!static/assets/embed.png
|
|
|
|
!static/assets/lurker.png
|
|
|
|
!static/assets/padoru.png
|
|
|
|
!static/assets/fedora.png
|