dotansimha / dotansimha/graphql-code-generator

ignore git ignored files by default

Open
#8,178 4 comments 0 reactions 0 assignees View on GitHub
core
Dominant language
TypeScript
Stars
11.3k
Forks
1.4k
Avg merge
1d 1h
Merged PRs (30d)
23

Description

I had a config like this on one react-native project:
```
documents: ['**/*.gql']
```
this ran like 40 seconds when trying to generate. Why?
Because it is traversing whole node_modules.
So I would like to have 2 new features:
1. ignore git ignored files by default
2. When I have too many files, emit a warning to stdout and recommend to limit the glob expression

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.