This build was committed by a bot.

This commit is contained in:
github-actions
2025-09-01 01:12:36 +00:00
parent a23685ae92
commit cddb9b8b5a
4 changed files with 257 additions and 1 deletions

20
.gitignore vendored Normal file
View File

@@ -0,0 +1,20 @@
# Dependencies
node_modules/
# Build artifacts
*.tgz
dist/
# Environment variables
.env
.env.local
# OS generated files
.DS_Store
Thumbs.db
# IDE files
.vscode/
.idea/
*.swp
*.swo