chore: add .gitignore for marketing stub (modeled on prospector)
This commit is contained in:
parent
c847cdc167
commit
b4afdc18b3
1 changed files with 12 additions and 0 deletions
12
.gitignore
vendored
Normal file
12
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
node_modules/
|
||||
dist/
|
||||
*.tsbuildinfo
|
||||
.env
|
||||
.env.local
|
||||
.run/
|
||||
.claude/
|
||||
# web build artifacts during dev
|
||||
web/dist/
|
||||
web/node_modules/
|
||||
# mcp build
|
||||
@packages/*/dist/
|
||||
Loading…
Add table
Reference in a new issue