forked from tari-project/tari-dan
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
60 lines (47 loc) · 1010 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
59
60
target
.env
# Non-root Cargo.locks
**/Cargo.lock
!/Cargo.lock
# 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
# On development branch only. This should be removed for point releases
*.log
# Ignore DataStore, Database and Log files
*.mdb
/data/
*.sqlite3
keys.json
node_modules
temp/
# ignore output files from windows ISS
buildtools/Output/
# 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/validator_node_grpc_client/package-lock.json
/dan_layer/wallet/storage_sqlite/temp.sqlite
/integration_tests/cucumber-output-junit.xml