forked from programmablehq/PROGRAMMABLE
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
59 lines (50 loc) · 1005 Bytes
/
Copy path.gitignore
File metadata and controls
59 lines (50 loc) · 1005 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
56
57
58
59
# dependencies
/node_modules
**/node_modules/
# next.js
/.next/
/out/
# production
/build
# local environment
.env*
!.env.example
# vercel
.vercel
# supabase local CLI state
/supabase/.temp/
# test and tooling
/coverage
/work/
/tmp/
/var/
/outputs/qa/
/artifacts/
/.codex-temp-programmable-readme-gif/
/.superpowers/
/.worktrees/
*.tsbuildinfo
**/.cre_build_tmp.*
**/binary.wasm
# Local publishing masters and article drafts
/docs/programmable-x-launch-article*.md
/public/brand/*-master-*.png
/public/brand/programmable-adaptive-model-post-*
/public/brand/programmable-classic-v2-post-*
/public/brand/programmable-daily-buybacks-*
/public/brand/programmable-github-open-source-post-*
/public/brand/programmable-github-post-clean-*
/public/brand/programmable-x-article-*
# Foundry contract dependencies and build artifacts
/contracts/lib/
/contracts/out/
/contracts/cache/
/contracts/broadcast/
# system
.DS_Store
*.pem
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*
.env*.local