forked from runxhq/runx
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
55 lines (48 loc) · 710 Bytes
/
Copy path.gitignore
File metadata and controls
55 lines (48 loc) · 710 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
# macOS
.DS_Store
**/.DS_Store
# scafld
.ai/
# dependencies
node_modules/
# build output (root and any nested package)
dist/*
**/dist/*
!dist/packets/
!**/dist/packets/
!dist/packets/*.schema.json
!**/dist/packets/*.schema.json
.build/
coverage/
.sourcey/
.turbo/
*.tsbuildinfo
target/
**/target/
target-*/
**/target-*/
__pycache__/
*.py[cod]
build/
!fixtures/tool-catalogs/build/
!fixtures/tool-catalogs/build/**
*.egg-info/
*.egg
.eggs/
packages/cli/*.tgz
packages/cli/skills/
packages/cli/tools/
# environment
.env
.env.*
!.env.example
# local runx state
.runx/
/knowledge/
/runx-receipts/
/runx-output/
runx-answers.json
# scafld local state
.scafld/
# local harness-sweep scratch output
.runx-tmp/