apollo-server/.gitignore
Jesse Rosenberger 549a64eec6
Add support for Jest JUnit test output for consumption by CircleCI.
This should hopefully make it easier to quickly identify failing tests
within the CircleCI interface since CircleCI will be able to
programmatically consume the test results.
2018-09-26 22:47:58 +03:00

19 lines
228 B
Text

# Ignore the compiled output.
dist/
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Coverage (from Jest)
coverage/
# JUnit Reports (used mainly in CircleCI)
reports/
junit.xml
# Node modules
node_modules/