This commit is contained in:
2024-05-15 15:07:03 +02:00
parent 9cdee98114
commit d561dc2452
21 changed files with 9972 additions and 15 deletions

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