Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions .changeset/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"$schema": "https://unpkg.com/@changesets/config@3.1.4/schema.json",
"changelog": [
"@changesets/changelog-github",
{ "repo": "reaatech/agent-mesh" }
],
"commit": false,
"fixed": [],
"linked": [],
"access": "public",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": []
}
37 changes: 19 additions & 18 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1,28 +1,21 @@
# Dependencies
node_modules
npm-debug.log
node_modules/

# Build output (rebuilt in container)
dist
dist/
.turbo/

# Tests
tests
*.test.ts
*.spec.ts

# Docs
docs
*.md
!package.json
!package-lock.json
# Old source (migrated to packages/)
src/
tests/

# Git
.git
.git/
.gitignore

# IDE
.idea
.vscode
.idea/
.vscode/
*.swp
*.swo

Expand All @@ -36,7 +29,15 @@ Thumbs.db
!.env.example

# Coverage
coverage
coverage/

# Terraform
infra
infra/

# Docs
docs/
*.md
!README.md

# CI
.github/
Loading
Loading