forked from junobuild/juno
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
46 lines (43 loc) · 652 Bytes
/
.gitignore
File metadata and controls
46 lines (43 loc) · 652 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
# Various IDEs and Editors
.vscode/
.idea/
**/*~
# Mac OSX temporary files
.DS_Store
**/.DS_Store
node_modules
/build
/.svelte-kit
/package
!.env.example
target
internet_identity.wasm
internet_identity.wasm.gz
/internet_identity.did
ledger.did
ledger.private.did
ledger.public.did
ledger.wasm
ledger.wasm.gz
index.wasm
index.wasm.gz
index.did
cmc.wasm
cmc.wasm.gz
console.wasm
mission_control.wasm
observatory.wasm
satellite.wasm
satellite-v*.wasm.gz
orbiter-v*.wasm.gz
mission_control-v*.wasm.gz
console-v*.wasm.gz
observatory-v*.wasm.gz
out/
tmp/
juno.package.json
# Playwright
/test-results/
/playwright-report/
/blob-report/
/playwright/.cache/