mickhansen / graphql-sequelize

GraphQL & Relay for MySQL & Postgres via Sequelize
MIT License
1.9k stars 172 forks source link

Ignore docker configs and git pre-commit hook #661

Closed jonmagic closed 5 years ago

jonmagic commented 5 years ago

While debugging package installation issues I noticed that there were some things not in .npmignore that should probably be added:

Dockerfile
docker-compose.yml
pre-commit
mickhansen commented 5 years ago

Thanks @jonmagic