mirror of
https://github.com/vale981/apollo-server
synced 2025-03-04 09:11:40 -05:00
22 lines
248 B
Text
22 lines
248 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/
|
|
|
|
# Mac OS
|
|
.DS_Store
|