forked from mrdimosthenis/Synapses
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
95 lines (78 loc) · 2.51 KB
/
.gitignore
File metadata and controls
95 lines (78 loc) · 2.51 KB
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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
/.idea/
# implementation
implementation/DotNet/.idea/
implementation/DotNet/Synapses/bin/
implementation/DotNet/Synapses/obj/
implementation/DotNet/Synapses/README.md
implementation/DotNet/SynapsesCSharp/bin/
implementation/DotNet/SynapsesCSharp/obj/
implementation/DotNet/SynapsesCSharp/README.md
implementation/Scala/.idea/
implementation/Scala/node_modules/
implementation/Scala/project/project/
implementation/Scala/project/target/
implementation/Scala/Scala.iml
implementation/Scala/target/
implementation/Scala/README.md
implementation/ScalaJS/.idea/
implementation/ScalaJS/node_modules/
implementation/ScalaJS/project/project/
implementation/ScalaJS/project/target/
implementation/ScalaJS/Scala.iml
implementation/ScalaJS/target/
implementation/ScalaJS/README.md
implementation/JavaScript/synapses-opt.js
implementation/JavaScript/README.md
implementation/Python/.idea
implementation/Python/venv
implementation/Python/build
implementation/Python/dist
implementation/Python/SynapsesPy.egg-info
implementation/Python/README.md
# remote deps tests
/test-projects/remote-deps/ScalaTest/.idea/
/test-projects/remote-deps/ScalaTest/project/project/
/test-projects/remote-deps/ScalaTest/project/target/
/test-projects/remote-deps/ScalaTest/target/
/test-projects/remote-deps/JavaTest/.idea/
/test-projects/remote-deps/JavaTest/project/project/
/test-projects/remote-deps/JavaTest/project/target/
/test-projects/remote-deps/JavaTest/target/
/test-projects/remote-deps/JavaTest/JavaTest.iml
/test-projects/remote-deps/FSharpTest/.idea/
/test-projects/remote-deps/FSharpTest/bin/
/test-projects/remote-deps/FSharpTest/obj/
/test-projects/remote-deps/CSharpTest/.idea/
/test-projects/remote-deps/CSharpTest/bin/
/test-projects/remote-deps/CSharpTest/obj/
/test-projects/remote-deps/JavaScriptTest/.idea/
/test-projects/remote-deps/JavaScriptTest/node_modules/
/test-projects/remote-deps/JavaScriptTest/package-lock.json
/test-projects/remote-deps/PythonTest/.idea/
/test-projects/remote-deps/PythonTest/dist/
/test-projects/remote-deps/PythonTest/venv/
# slate
*.gem
*.rbc
documentation/.bundle
documentation/.config
documentation/coverage
documentation/InstalledFiles
documentation/lib/bundler/man
documentation/pkg
documentation/rdoc
documentation/spec/reports
documentation/test/tmp
documentation/test/version_tmp
documentation/tmp
*.DS_STORE
documentation/build/
documentation/.cache
documentation/.vagrant
documentation/.sass-cache
# YARD artifacts
documentation/.yardoc
documentation/_yardoc
documentation/doc/
documentation/.idea/
/documentation/vendor/