mirror of
https://github.com/vale981/apollo-server
synced 2025-03-05 09:41:40 -05:00

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.
19 lines
228 B
Text
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/
|