Initial commit: Standard structure

This commit is contained in:
OpenClaw
2026-03-17 16:59:40 +08:00
commit 53e0bfa4e2
2 changed files with 58 additions and 0 deletions

36
.gitignore vendored Normal file
View File

@@ -0,0 +1,36 @@
# Dependencies
node_modules/
vendor/
# Build output
dist/
build/
out/
*.tgz
# Environment
.env
.env.local
.env.*.local
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
# Logs
*.log
logs/
npm-debug.log*
# Testing
coverage/
.nyc_output/
# Misc
.cache/
temp/
tmp/