Files
BigStickNewOfficialWebsite-V2/.gitignore
T
2026-07-15 10:58:14 +08:00

29 lines
324 B
Plaintext

# Dependencies
node_modules/
# Nuxt build output
.nuxt/
.output/
dist/
# Local Codex agent skills and instructions
.agents/
skills-lock.json
# Local environment files
.env
.env.*
!.env.example
# Local logs and caches
*.log
.cache/
coverage/
# Editor and operating system files
.DS_Store
Thumbs.db
.idea/
.vscode/
*.swp