29 lines
324 B
Plaintext
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
|