forked from RGB-Tools/rgb-lightning-node
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
47 lines (40 loc) · 768 Bytes
/
Copy path.gitignore
File metadata and controls
47 lines (40 loc) · 768 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
# Test files
/datacore
/dataindex
/dataldk0
/dataldk1
/dataldk2
/datargs
/tmp
# will have compiled files and executables
**/target
# These are backup files generated by rustfmt
**/*.rs.bk
# intellij files
.idea/
.vscode/
# MacOS files
.DS_Store
*.swp
**/__pycache__/
*.pyc
/bindings/uniffi-bindgen/target
/target/uniffi
/bindings/swift
/bindings/kotlin
/bindings/kotlin-android/org
/bindings/kotlin-android/jniLibs
/bindings/python/dist
/bindings/python/rgb_lightning_node.py
/artifacts
/bindings/python/build
/bindings/wasm-sdk/target
/sdkdata_py
# Local E2E artifacts (generated by scripts/Playwright)
.e2e-artifacts/
.e2e-regular-rln-datadir/
# JS / Playwright installs and outputs
node_modules/
e2e-specs/node_modules/
test-results/
e2e-specs/test-results/