fork of hey-api/openapi-ts because I need some additional things
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at feat/use-query-options-param 37 lines 422 B view raw
1.DS_Store 2.cache 3.mypy_cache 4.idea 5.tmp 6junit.xml 7node_modules 8npm-debug.log* 9temp 10yarn-debug.log* 11yarn-error.log* 12*.tsbuildinfo 13 14*.iml 15dist 16coverage 17.env 18.venv 19.next 20.nuxt 21.output 22.svelte-kit 23.turbo 24 25# test files 26.gen/ 27test/generated 28 29# debug files 30openapi-ts-debug-* 31# error files 32logs 33openapi-ts-error-* 34 35# But DO NOT ignore generated snapshots! 36!test/__snapshots__/test/generated 37!test/__snapshots__/test/generated/**