...

Text file src/github.com/99designs/gqlgen/.gitignore

Documentation: github.com/99designs/gqlgen

     1/vendor
     2/docs/public
     3/docs/.hugo_build.lock
     4/_examples/chat/node_modules
     5/integration/node_modules
     6/integration/schema-fetched.graphql
     7/_examples/chat/package-lock.json
     8/_examples/federation/package-lock.json
     9/_examples/federation/node_modules
    10/codegen/gen
    11/gen
    12
    13/.vscode
    14.idea/
    15*.test
    16*.out
    17gqlgen
    18*.exe
    19
    20node_modules

View as plain text