diff --git a/examples/active-class-name/.gitignore b/examples/active-class-name/.gitignore index 1437c53f70bc2..88b6f0d981643 100644 --- a/examples/active-class-name/.gitignore +++ b/examples/active-class-name/.gitignore @@ -32,3 +32,6 @@ yarn-error.log* # vercel .vercel + +# typescript +*.tsbuildinfo diff --git a/examples/amp/.gitignore b/examples/amp/.gitignore index 1437c53f70bc2..88b6f0d981643 100644 --- a/examples/amp/.gitignore +++ b/examples/amp/.gitignore @@ -32,3 +32,6 @@ yarn-error.log* # vercel .vercel + +# typescript +*.tsbuildinfo diff --git a/examples/auth-with-stytch/.gitignore b/examples/auth-with-stytch/.gitignore index 1437c53f70bc2..88b6f0d981643 100644 --- a/examples/auth-with-stytch/.gitignore +++ b/examples/auth-with-stytch/.gitignore @@ -32,3 +32,6 @@ yarn-error.log* # vercel .vercel + +# typescript +*.tsbuildinfo diff --git a/examples/blog-starter-typescript/.gitignore b/examples/blog-starter-typescript/.gitignore index 1437c53f70bc2..88b6f0d981643 100644 --- a/examples/blog-starter-typescript/.gitignore +++ b/examples/blog-starter-typescript/.gitignore @@ -32,3 +32,6 @@ yarn-error.log* # vercel .vercel + +# typescript +*.tsbuildinfo diff --git a/examples/cms-plasmic/.gitignore b/examples/cms-plasmic/.gitignore index 55175ef867e0b..737d87210923e 100644 --- a/examples/cms-plasmic/.gitignore +++ b/examples/cms-plasmic/.gitignore @@ -30,3 +30,6 @@ yarn-error.log* # vercel .vercel + +# typescript +*.tsbuildinfo diff --git a/examples/custom-server-hapi/.gitignore b/examples/custom-server-hapi/.gitignore index 1437c53f70bc2..88b6f0d981643 100644 --- a/examples/custom-server-hapi/.gitignore +++ b/examples/custom-server-hapi/.gitignore @@ -32,3 +32,6 @@ yarn-error.log* # vercel .vercel + +# typescript +*.tsbuildinfo diff --git a/examples/custom-server-typescript/.gitignore b/examples/custom-server-typescript/.gitignore index 5b282d8e7b398..41adb30261130 100644 --- a/examples/custom-server-typescript/.gitignore +++ b/examples/custom-server-typescript/.gitignore @@ -32,3 +32,6 @@ yarn-error.log* # vercel .vercel + +# typescript +*.tsbuildinfo diff --git a/examples/hello-world/.gitignore b/examples/hello-world/.gitignore index 1437c53f70bc2..88b6f0d981643 100644 --- a/examples/hello-world/.gitignore +++ b/examples/hello-world/.gitignore @@ -32,3 +32,6 @@ yarn-error.log* # vercel .vercel + +# typescript +*.tsbuildinfo diff --git a/examples/progressive-web-app/.gitignore b/examples/progressive-web-app/.gitignore index 1437c53f70bc2..88b6f0d981643 100644 --- a/examples/progressive-web-app/.gitignore +++ b/examples/progressive-web-app/.gitignore @@ -32,3 +32,6 @@ yarn-error.log* # vercel .vercel + +# typescript +*.tsbuildinfo diff --git a/examples/reproduction-template/.gitignore b/examples/reproduction-template/.gitignore index 55175ef867e0b..737d87210923e 100644 --- a/examples/reproduction-template/.gitignore +++ b/examples/reproduction-template/.gitignore @@ -30,3 +30,6 @@ yarn-error.log* # vercel .vercel + +# typescript +*.tsbuildinfo diff --git a/examples/svg-components/.gitignore b/examples/svg-components/.gitignore index e7a4fa4d6082c..962debd5a4a6a 100644 --- a/examples/svg-components/.gitignore +++ b/examples/svg-components/.gitignore @@ -34,3 +34,6 @@ yarn-error.log* .vercel pnpm-lock.yaml + +# typescript +*.tsbuildinfo diff --git a/examples/with-aws-amplify-typescript/.gitignore b/examples/with-aws-amplify-typescript/.gitignore index 0519a706d5cb0..0c049f111b0b4 100644 --- a/examples/with-aws-amplify-typescript/.gitignore +++ b/examples/with-aws-amplify-typescript/.gitignore @@ -50,3 +50,6 @@ amplify-build-config.json amplify-gradle-config.json amplifytools.xcconfig .secret-* + +# typescript +*.tsbuildinfo diff --git a/examples/with-chakra-ui/.gitignore b/examples/with-chakra-ui/.gitignore index 1437c53f70bc2..88b6f0d981643 100644 --- a/examples/with-chakra-ui/.gitignore +++ b/examples/with-chakra-ui/.gitignore @@ -32,3 +32,6 @@ yarn-error.log* # vercel .vercel + +# typescript +*.tsbuildinfo diff --git a/examples/with-edgedb/.gitignore b/examples/with-edgedb/.gitignore index 0256922fe850e..6040ab41b57dd 100644 --- a/examples/with-edgedb/.gitignore +++ b/examples/with-edgedb/.gitignore @@ -36,3 +36,6 @@ yarn-error.log* # query builder dbschema/edgeql-js + +# typescript +*.tsbuildinfo diff --git a/examples/with-expo-typescript/.gitignore b/examples/with-expo-typescript/.gitignore index 7d6187816cb00..95b543b32c9b7 100644 --- a/examples/with-expo-typescript/.gitignore +++ b/examples/with-expo-typescript/.gitignore @@ -64,3 +64,6 @@ yarn-error.log* # vercel .vercel + +# typescript +*.tsbuildinfo diff --git a/examples/with-geist-ui/.gitignore b/examples/with-geist-ui/.gitignore index 1437c53f70bc2..88b6f0d981643 100644 --- a/examples/with-geist-ui/.gitignore +++ b/examples/with-geist-ui/.gitignore @@ -32,3 +32,6 @@ yarn-error.log* # vercel .vercel + +# typescript +*.tsbuildinfo diff --git a/examples/with-ionic-typescript/.gitignore b/examples/with-ionic-typescript/.gitignore index dd2c8964d76b6..9d214388d5d33 100644 --- a/examples/with-ionic-typescript/.gitignore +++ b/examples/with-ionic-typescript/.gitignore @@ -34,4 +34,7 @@ yarn-error.log* .vercel # Ionic -public/svg \ No newline at end of file +public/svg + +# typescript +*.tsbuildinfo diff --git a/examples/with-iron-session/.gitignore b/examples/with-iron-session/.gitignore index 1437c53f70bc2..88b6f0d981643 100644 --- a/examples/with-iron-session/.gitignore +++ b/examples/with-iron-session/.gitignore @@ -32,3 +32,6 @@ yarn-error.log* # vercel .vercel + +# typescript +*.tsbuildinfo diff --git a/examples/with-jest-babel/.gitignore b/examples/with-jest-babel/.gitignore index 1437c53f70bc2..88b6f0d981643 100644 --- a/examples/with-jest-babel/.gitignore +++ b/examples/with-jest-babel/.gitignore @@ -32,3 +32,6 @@ yarn-error.log* # vercel .vercel + +# typescript +*.tsbuildinfo diff --git a/examples/with-jest/.gitignore b/examples/with-jest/.gitignore index 1437c53f70bc2..88b6f0d981643 100644 --- a/examples/with-jest/.gitignore +++ b/examples/with-jest/.gitignore @@ -32,3 +32,6 @@ yarn-error.log* # vercel .vercel + +# typescript +*.tsbuildinfo diff --git a/examples/with-jotai/.gitignore b/examples/with-jotai/.gitignore index 1437c53f70bc2..88b6f0d981643 100644 --- a/examples/with-jotai/.gitignore +++ b/examples/with-jotai/.gitignore @@ -32,3 +32,6 @@ yarn-error.log* # vercel .vercel + +# typescript +*.tsbuildinfo diff --git a/examples/with-mobx-state-tree-typescript/.gitignore b/examples/with-mobx-state-tree-typescript/.gitignore index 1437c53f70bc2..88b6f0d981643 100644 --- a/examples/with-mobx-state-tree-typescript/.gitignore +++ b/examples/with-mobx-state-tree-typescript/.gitignore @@ -32,3 +32,6 @@ yarn-error.log* # vercel .vercel + +# typescript +*.tsbuildinfo diff --git a/examples/with-next-sitemap/.gitignore b/examples/with-next-sitemap/.gitignore index 1437c53f70bc2..88b6f0d981643 100644 --- a/examples/with-next-sitemap/.gitignore +++ b/examples/with-next-sitemap/.gitignore @@ -32,3 +32,6 @@ yarn-error.log* # vercel .vercel + +# typescript +*.tsbuildinfo diff --git a/examples/with-paste-typescript/.gitignore b/examples/with-paste-typescript/.gitignore index 1437c53f70bc2..88b6f0d981643 100644 --- a/examples/with-paste-typescript/.gitignore +++ b/examples/with-paste-typescript/.gitignore @@ -32,3 +32,6 @@ yarn-error.log* # vercel .vercel + +# typescript +*.tsbuildinfo diff --git a/examples/with-react-foundation/.gitignore b/examples/with-react-foundation/.gitignore index 458ead0903915..0f1e19cb9b729 100644 --- a/examples/with-react-foundation/.gitignore +++ b/examples/with-react-foundation/.gitignore @@ -29,3 +29,6 @@ yarn-error.log* # vercel .vercel + +# typescript +*.tsbuildinfo diff --git a/examples/with-react-intl/.gitignore b/examples/with-react-intl/.gitignore index b26bddaa72bb5..0b8965a0c7eff 100644 --- a/examples/with-react-intl/.gitignore +++ b/examples/with-react-intl/.gitignore @@ -33,4 +33,7 @@ yarn-error.log* # vercel .vercel -compiled-lang \ No newline at end of file +compiled-lang + +# typescript +*.tsbuildinfo diff --git a/examples/with-react-md-typescript/.gitignore b/examples/with-react-md-typescript/.gitignore index 1437c53f70bc2..88b6f0d981643 100644 --- a/examples/with-react-md-typescript/.gitignore +++ b/examples/with-react-md-typescript/.gitignore @@ -32,3 +32,6 @@ yarn-error.log* # vercel .vercel + +# typescript +*.tsbuildinfo diff --git a/examples/with-redis/.gitignore b/examples/with-redis/.gitignore index 1437c53f70bc2..88b6f0d981643 100644 --- a/examples/with-redis/.gitignore +++ b/examples/with-redis/.gitignore @@ -32,3 +32,6 @@ yarn-error.log* # vercel .vercel + +# typescript +*.tsbuildinfo diff --git a/examples/with-redux/.gitignore b/examples/with-redux/.gitignore index 1437c53f70bc2..88b6f0d981643 100644 --- a/examples/with-redux/.gitignore +++ b/examples/with-redux/.gitignore @@ -32,3 +32,6 @@ yarn-error.log* # vercel .vercel + +# typescript +*.tsbuildinfo diff --git a/examples/with-reflexjs/.gitignore b/examples/with-reflexjs/.gitignore index 1437c53f70bc2..88b6f0d981643 100644 --- a/examples/with-reflexjs/.gitignore +++ b/examples/with-reflexjs/.gitignore @@ -32,3 +32,6 @@ yarn-error.log* # vercel .vercel + +# typescript +*.tsbuildinfo diff --git a/examples/with-storybook-styled-jsx-scss/.gitignore b/examples/with-storybook-styled-jsx-scss/.gitignore index a423604f97788..2c9e45c058b3d 100644 --- a/examples/with-storybook-styled-jsx-scss/.gitignore +++ b/examples/with-storybook-styled-jsx-scss/.gitignore @@ -34,4 +34,7 @@ yarn-error.log* .vercel # Storybook -/storybook-static \ No newline at end of file +/storybook-static + +# typescript +*.tsbuildinfo diff --git a/examples/with-storybook/.gitignore b/examples/with-storybook/.gitignore index 9d9f82483ba70..b5c3fb84e5a06 100644 --- a/examples/with-storybook/.gitignore +++ b/examples/with-storybook/.gitignore @@ -35,3 +35,6 @@ yarn-error.log* # storybook storybook-static + +# typescript +*.tsbuildinfo diff --git a/examples/with-stripe-typescript/.gitignore b/examples/with-stripe-typescript/.gitignore index 1437c53f70bc2..88b6f0d981643 100644 --- a/examples/with-stripe-typescript/.gitignore +++ b/examples/with-stripe-typescript/.gitignore @@ -32,3 +32,6 @@ yarn-error.log* # vercel .vercel + +# typescript +*.tsbuildinfo diff --git a/examples/with-styled-components-babel/.gitignore b/examples/with-styled-components-babel/.gitignore index 1437c53f70bc2..88b6f0d981643 100644 --- a/examples/with-styled-components-babel/.gitignore +++ b/examples/with-styled-components-babel/.gitignore @@ -32,3 +32,6 @@ yarn-error.log* # vercel .vercel + +# typescript +*.tsbuildinfo diff --git a/examples/with-styled-components/.gitignore b/examples/with-styled-components/.gitignore index 1437c53f70bc2..88b6f0d981643 100644 --- a/examples/with-styled-components/.gitignore +++ b/examples/with-styled-components/.gitignore @@ -32,3 +32,6 @@ yarn-error.log* # vercel .vercel + +# typescript +*.tsbuildinfo diff --git a/examples/with-temporal/.gitignore b/examples/with-temporal/.gitignore index aff5690c8eec7..143d8f9941f21 100644 --- a/examples/with-temporal/.gitignore +++ b/examples/with-temporal/.gitignore @@ -34,4 +34,7 @@ yarn-error.log* .vercel # compiled files -temporal/lib \ No newline at end of file +temporal/lib + +# typescript +*.tsbuildinfo diff --git a/examples/with-typescript-graphql/.gitignore b/examples/with-typescript-graphql/.gitignore index aa06bce141350..d63a691f6a5c1 100644 --- a/examples/with-typescript-graphql/.gitignore +++ b/examples/with-typescript-graphql/.gitignore @@ -41,3 +41,6 @@ yarn-error.log* lib/resolvers-types.ts lib/graphql-operations.ts + +# typescript +*.tsbuildinfo diff --git a/examples/with-typescript-types/.gitignore b/examples/with-typescript-types/.gitignore index 1437c53f70bc2..88b6f0d981643 100644 --- a/examples/with-typescript-types/.gitignore +++ b/examples/with-typescript-types/.gitignore @@ -32,3 +32,6 @@ yarn-error.log* # vercel .vercel + +# typescript +*.tsbuildinfo diff --git a/examples/with-typescript/.gitignore b/examples/with-typescript/.gitignore index 1437c53f70bc2..88b6f0d981643 100644 --- a/examples/with-typescript/.gitignore +++ b/examples/with-typescript/.gitignore @@ -32,3 +32,6 @@ yarn-error.log* # vercel .vercel + +# typescript +*.tsbuildinfo diff --git a/examples/with-unsplash/.gitignore b/examples/with-unsplash/.gitignore index 1437c53f70bc2..88b6f0d981643 100644 --- a/examples/with-unsplash/.gitignore +++ b/examples/with-unsplash/.gitignore @@ -32,3 +32,6 @@ yarn-error.log* # vercel .vercel + +# typescript +*.tsbuildinfo diff --git a/examples/with-vitest/.gitignore b/examples/with-vitest/.gitignore index 1437c53f70bc2..88b6f0d981643 100644 --- a/examples/with-vitest/.gitignore +++ b/examples/with-vitest/.gitignore @@ -32,3 +32,6 @@ yarn-error.log* # vercel .vercel + +# typescript +*.tsbuildinfo