forked from hypermodeinc/dgraph
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
55 lines (43 loc) · 860 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
/build
/installs
/coverage.out
/dgraph-bulk-loader
/osx-docker-gopath
# fuzzing output
dql/dql-fuzz.zip
dql/fuzz-data/crashers
dql/fuzz-data/suppressions
# goland project folder
.idea
dgraph.iml
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
# Test binary, build with `go test -c`
*.test
# Output of the go coverage tool
*.out
# Vscode configuration files
.vscode
#darwin
.DS_Store
vendor
.minio.sys
# Local test files
contrib/local-test/dql-data.json
contrib/local-test/dql-data.rdf
contrib/local-test/gql-data.json
contrib/local-test/query.dql
contrib/local-test/query.gql
contrib/local-test/schema.dql
contrib/local-test/schema.graphql
contrib/local-test/variables.json
# Dgraph
systest/bulk_live/bulk/**/*.txt
systest/bulk_live/bulk/**/*.rdf
systest/bulk_live/live/**/*.rdf
systest/bulk_live/live/**/*.txt
x/log_test/*.enc