Remove all image assets, HTML files, stylesheets, scripts, and documentation from the project.

This commit is contained in:
becarta
2025-05-18 21:33:30 +02:00
parent 0fe2099c9d
commit ea09fdad9f
56 changed files with 8807 additions and 6627 deletions

24
.gitignore vendored Normal file
View File

@@ -0,0 +1,24 @@
# 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/