forked from 0xfreysa/sovereign-freysa
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
58 lines (49 loc) · 851 Bytes
/
.gitignore
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
# Environment and Config Files
.env
.env.test
.test-assets
./examples/assets/*
# config.json
enclave-info.json
app.config.timestamp_*
# System Files
.DS_Store
*.log
.vscode/
# Binary files (including proto build artifact)
*.bin
# Build and Cache
dist/
.turbo/
.vercel/
.vinxi/
.output/
.eslintcache
*.tsbuildinfo
coverage/
__generated__/
target/
bin/
**/*.rs.bk
# Database
db.sqlite
# Dependencies
node_modules/
# package-lock.json
yarn.lock
.yalc
yalc.lock
# Package-specific
# Ignore all folders except `src/` in every published package
packages/*/*/
!packages/*/src/
# and all folders inside `tests` package, which is handled separately
!packages/tests/*/
packages/tests/node_modules
# Example-specific
examples/next-big-router/src/server/routers
# Enclave-specific
enclave.eif
enclave/src/descriptor.bin
agent/examples/assets/
agent/dist