1
0
Fork 0

Initial commit from Astro

This commit is contained in:
houston[bot] 2024-11-02 23:03:12 +03:00 committed by kogeletey
commit 38fb9a5189
Signed by: kglt
GPG key ID: 386DEE24B60BD996
11 changed files with 136 additions and 0 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/