forked from tari-project/tari
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
74 lines (59 loc) · 1.38 KB
/
.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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
target
.env
# These are backup files generated by rustfmt
**/*.rs.bk
# Ignore IDE workspace files
.idea
*.iml
.vs/
*.userprefs
.vscode/
*.code-workspace
tags
# Ignore OS files
.DS_Store
# Custom formatting files
.rustfmt.toml
.clippy.toml
# RFC autogenerated documentation
book/
# Ignore Code Coverage Report files
report
lcov.info
# On development branch only. This should be removed for point releases
*.log
# Ignore DataStore, Database and Log files
*.mdb
/data/
*.sqlite3
/base_layer/wallet_ffi/build.config
/base_layer/wallet_ffi/logs/
/base_layer/wallet_ffi/.cargo/config
keys.json
node_modules
/integration_tests/temp
/applications/utils/temp/
/integration_tests/cucumber_output
# ignore output files from windows ISS
buildtools/Output/
/applications/tari_collectibles/src-tauri/data
# some folders called assets are kind of important now
# any specific "assets" folders should be gitignored
# closer to where they live
#assets/
# Ignore coverage profiling artifacts
*.profraw
/report/
# Ignore local history in Visual Studio Code
.lh
clients/base_node_grpc_client/package-lock.json
clients/validator_node_grpc_client/package-lock.json
clients/wallet_grpc_client/package-lock.json
pie/
/integration_tests/.husky/_/husky.sh
/integration_tests/tests/temp
integration_tests/cucumber-output-junit.xml
integration_tests/log/
# Ignore MinoTari Ledger Wallet
app_nanosplus.json
app_nanos.json