mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-06 00:12:11 +00:00
Merging docs and share app
This commit is contained in:
parent
deacf5991a
commit
66b18959eb
42 changed files with 101 additions and 2811 deletions
23
app/packages/web/.gitignore
vendored
23
app/packages/web/.gitignore
vendored
|
|
@ -1,2 +1,21 @@
|
|||
node_modules
|
||||
dist
|
||||
# build output
|
||||
dist/
|
||||
# generated types
|
||||
.astro/
|
||||
|
||||
# dependencies
|
||||
node_modules/
|
||||
|
||||
# logs
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
pnpm-debug.log*
|
||||
|
||||
|
||||
# environment variables
|
||||
.env
|
||||
.env.production
|
||||
|
||||
# macOS-specific files
|
||||
.DS_Store
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue