firq-dev-website/.gitignore

38 lines
454 B
Text
Raw Permalink Normal View History

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/
# 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
!static/assets/embed.png
!static/assets/lurker.png
!static/assets/padoru.png
!static/assets/fedora.png