mirror of
https://git.solarpunk.moe/Fries/fries-website.git
synced 2024-11-09 14:32:20 +00:00
Fries
175af0dd27
this is the beginnings of my website :3! Co-authored-by: mossfet <root@mossfet.xyz>
21 lines
229 B
Text
21 lines
229 B
Text
# 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
|