mirror of
https://github.com/vale981/apollo-server
synced 2025-03-05 09:41:40 -05:00
15 lines
166 B
Text
15 lines
166 B
Text
# Ignore the compiled output.
|
|
dist/
|
|
|
|
# Logs
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Coverage (from Jest)
|
|
coverage/
|
|
|
|
# Node modules
|
|
node_modules/
|