This commit is contained in:
Zsolt Ero
2024-06-12 13:29:53 +02:00
parent bcbd052444
commit c17716223d
13 changed files with 3886 additions and 0 deletions

24
website_astro/.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/