diff options
| author | Frank <[email protected]> | 2025-05-23 15:57:33 -0400 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-05-26 12:40:17 -0400 |
| commit | d51b4263aba59f60277766fc024f2931fc8874ec (patch) | |
| tree | a9dfed63563a88bc26cb2d37d582e2c14a5d9331 /app/packages/web/.gitignore | |
| parent | 34a2dcb80a28e208c986d39ce1e145f245691f62 (diff) | |
| download | opencode-d51b4263aba59f60277766fc024f2931fc8874ec.tar.gz opencode-d51b4263aba59f60277766fc024f2931fc8874ec.zip | |
Share: sync
Diffstat (limited to 'app/packages/web/.gitignore')
| -rw-r--r-- | app/packages/web/.gitignore | 30 |
1 files changed, 2 insertions, 28 deletions
diff --git a/app/packages/web/.gitignore b/app/packages/web/.gitignore index 751513ce1..76add878f 100644 --- a/app/packages/web/.gitignore +++ b/app/packages/web/.gitignore @@ -1,28 +1,2 @@ -dist -.wrangler -.output -.vercel -.netlify -.vinxi -app.config.timestamp_*.js - -# Environment -.env -.env*.local - -# dependencies -/node_modules - -# IDEs and editors -/.idea -.project -.classpath -*.launch -.settings/ - -# Temp -gitignore - -# System Files -.DS_Store -Thumbs.db +node_modules +dist
\ No newline at end of file |
