-
Notifications
You must be signed in to change notification settings - Fork 5
/
.gitignore
69 lines (55 loc) · 1.23 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
# VSCode
.vscode
currency-spotter/.classpath
currency-spotter/.project
currency-spotter/.settings
currency-spotter/target
operation/.idea
ui/.classpath
ui/.project
ui/.settings
ui/target
ui/src/main/webapp/node/node_modules
wallet/project.lock.json
wallet/*.pyc
wallet/nupkg/
# Visual Studio Code
wallet/.vscode
# Rider
wallet/.idea
# User-specific files
wallet/*.suo
wallet/*.user
wallet/*.userosscache
wallet/*.sln.docstates
# Build results
wallet/[Dd]ebug/
wallet/[Dd]ebugPublic/
wallet/[Rr]elease/
wallet/[Rr]eleases/
wallet/x64/
wallet/x86/
wallet/build/
wallet/bld/
wallet/[Bb]in/
wallet/[Oo]bj/
wallet/[Oo]ut/
wallet/msbuild.log
wallet/msbuild.err
wallet/msbuild.wrn
# Visual Studio 2015
wallet/.vs/
integration-tests/currency-spotter-it/.settings
integration-tests/currency-spotter-it/.classpath
integration-tests/currency-spotter-it/.project
integration-tests/currency-spotter-it/target
integration-tests/operation-it/.settings
integration-tests/operation-it/.classpath
integration-tests/operation-it/.project
integration-tests/operation-it/target
integration-tests/wallet-it/.settings
integration-tests/wallet-it/.classpath
integration-tests/wallet-it/.project
integration-tests/wallet-it/target
acceptance-tests/node_modules
.DS_Store