mirror of
https://github.com/anomalyco/opencode.git
synced 2026-02-01 22:48:16 +00:00
Co-authored-by: GitHub Action <action@github.com> Co-authored-by: Dax Raad <d@ironbay.co>
27 lines
223 B
Plaintext
27 lines
223 B
Plaintext
dist
|
|
.wrangler
|
|
.output
|
|
.vercel
|
|
.netlify
|
|
|
|
# Environment
|
|
.env
|
|
.env*.local
|
|
|
|
# dependencies
|
|
/node_modules
|
|
|
|
# IDEs and editors
|
|
/.idea
|
|
.project
|
|
.classpath
|
|
*.launch
|
|
.settings/
|
|
|
|
# Temp
|
|
gitignore
|
|
|
|
# System Files
|
|
.DS_Store
|
|
Thumbs.db
|