2020-02-05 00:14:31 +00:00
|
|
|
# It would be nice to remove this file and use .gitignore instead however we need to add package.json and __fixtures__
|
2017-10-01 05:06:06 +00:00
|
|
|
|
|
|
|
/node_modules
|
|
|
|
/config.js
|
|
|
|
/coverage
|
|
|
|
/dist
|
|
|
|
/tmp
|
|
|
|
.DS_Store
|
|
|
|
.cache
|
|
|
|
/*.log
|
|
|
|
package.json
|
2020-02-05 00:14:31 +00:00
|
|
|
**/__fixtures__/
|
|
|
|
**/__mocks__/
|
2018-09-27 10:34:53 +00:00
|
|
|
bin/yarn*
|
2020-08-14 05:54:58 +00:00
|
|
|
.clinic/
|
2022-06-20 14:36:10 +00:00
|
|
|
.eslintcache
|
2020-03-24 06:17:59 +00:00
|
|
|
|
2020-04-02 04:01:31 +00:00
|
|
|
# generated code
|
2020-03-24 06:17:59 +00:00
|
|
|
**/*.generated.ts
|
2020-04-02 04:01:31 +00:00
|
|
|
/tools/dist
|
|
|
|
/patches
|
2021-12-09 20:12:49 +00:00
|
|
|
**/tmp/
|