apollo-server/.gitignore

23 lines
248 B
Text
Raw Normal View History

# Ignore the compiled output.
dist/
2016-04-24 15:59:15 -07:00
2016-04-21 02:26:01 -07:00
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
2016-04-21 02:26:01 -07:00
# Coverage (from Jest)
coverage/
2016-04-21 02:26:01 -07:00
# JUnit Reports (used mainly in CircleCI)
reports/
junit.xml
# Node modules
node_modules/
2018-11-30 11:43:01 -05:00
# Mac OS
.DS_Store