memgraph/tests/drivers/.gitignore
Teon Banek 1c5658f294 Add C# driver test examples
Summary:
Freeze python's neo4j driver version.
Add multiple transactions example in C#.
Update Python example to 1.5.0 Neo4j driver.

Reviewers: mferencevic, buda, mislav.bradac

Reviewed By: mislav.bradac

Subscribers: dgleich, pullbot

Differential Revision: https://phabricator.memgraph.io/D949
2017-11-10 15:46:56 +01:00

15 lines
183 B
Plaintext

# csharp driver
csharp/*.dll
csharp/*.exe
# java driver
java/*.jar
java/*.class
# javascript driver
javascript/node_modules
javascript/package-lock.json
# python driver
python/ve3