-
Notifications
You must be signed in to change notification settings - Fork 17
/
.gitignore
59 lines (48 loc) · 912 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
website/build
target
NDK
bindings/android
bindings/ios
credentials.json
*-engine.json
*.db
.*.swp
# Android stuff.
*.iml
.gradle
local.properties
.idea
build
.DS_Store
captures
.externalNativeBuild
.lastAutoPublishContentsHash
# iOS stuff.
xcuserdata
# Protobuf Swift
*.pb.swift
# UniFFI generated artifacts
components/**/ios/Generated
# Carthage generated artifacts
Carthage
raw_xcodebuild.log
raw_xcodetest.log
# Generated debug symbols
crashreporter-symbols*
automation/symbols-generation/bin/
# Generated mdbook documentation files
build/docs/*
docs/book
# Generated rustdocs
docs/rust-docs
# Generated cxx files
example/cpp-example/cppexample
example/cpp-example/cxx.h
example/cpp-example/lib.rs.cc
example/cpp-example/lib.rs.h
example/cpp-example/libdefi_wallet_core_cpp.a
# python stuff
__pycache__
example/cpp-example/sdk/*
example/vs-example/vs-example/*
example/cpp-example/cppexamplestatic