github.com/unigraph-dev/dgraph@v1.1.1-0.20200923154953-8b52b426f765/.gitignore (about)

     1  /build
     2  /installs
     3  /coverage.out
     4  /dgraph-bulk-loader
     5  
     6  # fuzzing output
     7  gql/gql-fuzz.zip
     8  gql/fuzz-data/crashers
     9  gql/fuzz-data/suppressions
    10  
    11  # goland project folder
    12  .idea
    13  dgraph.iml
    14  
    15  # Binaries for programs and plugins
    16  *.exe
    17  *.exe~
    18  *.dll
    19  *.so
    20  *.dylib
    21  
    22  # Test binary, build with `go test -c`
    23  *.test
    24  
    25  # Output of the go coverage tool
    26  *.out
    27  
    28  # Vscode configuration files
    29  .vscode
    30  
    31  #darwin
    32  .DS_Store