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>
31 lines
287 B
Plaintext
31 lines
287 B
Plaintext
dist
|
|
.wrangler
|
|
.output
|
|
.vercel
|
|
.netlify
|
|
app.config.timestamp_*.js
|
|
|
|
# Environment
|
|
.env
|
|
.env*.local
|
|
|
|
# dependencies
|
|
/node_modules
|
|
|
|
# IDEs and editors
|
|
/.idea
|
|
.project
|
|
.classpath
|
|
*.launch
|
|
.settings/
|
|
|
|
# Temp
|
|
gitignore
|
|
|
|
# Generated files
|
|
public/sitemap.xml
|
|
|
|
# System Files
|
|
.DS_Store
|
|
Thumbs.db
|