Skip to content

Commit 89857b1

Browse files
committed
chore: clean up build workflow and project files
1 parent 6ce7951 commit 89857b1

3 files changed

Lines changed: 2 additions & 164 deletions

File tree

.github/workflows/build-binaries.yml

Lines changed: 0 additions & 101 deletions
This file was deleted.

.gitignore

Lines changed: 2 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,6 @@
1+
src/shared/runtime/resource-manifest.ts
12
node_modules/
2-
dist/
33
binaries/
4-
coverage/
5-
.DS_Store
6-
reports/
7-
84
package-lock.json
9-
10-
# Ignore specific dotfiles/folders
11-
.codemachine
12-
.codemachine.bk*
13-
.codemachine/memory
14-
.env
15-
.env.example
16-
.npmrc
17-
.npmrc.publish
185
.*
19-
20-
# Ignore folders starting with .tmp
21-
.tmp*
22-
.vscode
23-
24-
# Generated resource manifest for bundling
25-
src/shared/runtime/resource-manifest.ts
26-
.codemachine/logs
27-
.codemachine/prompts
28-
.codemachine/agents
29-
.codemachine/template.json
30-
31-
# MkDocs build output
32-
site/
33-
_bmad
34-
_bmad-*
35-
36-
.idea
37-
*_try
6+
_*

pyproject.toml

Lines changed: 0 additions & 30 deletions
This file was deleted.

0 commit comments

Comments
 (0)