diff --git a/examples/with-filbert/.gitignore b/examples/with-filbert/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..1437c53f70bc211ec65739ec4a8c2a4db5874c73 --- /dev/null +++ b/examples/with-filbert/.gitignore @@ -0,0 +1,34 @@ +# See https://help.github.com/articles/ignoring-files/ for more about ignoring files. + +# dependencies +/node_modules +/.pnp +.pnp.js + +# testing +/coverage + +# next.js +/.next/ +/out/ + +# production +/build + +# misc +.DS_Store +*.pem + +# debug +npm-debug.log* +yarn-debug.log* +yarn-error.log* + +# local env files +.env.local +.env.development.local +.env.test.local +.env.production.local + +# vercel +.vercel diff --git a/examples/with-universal-configuration-build-time/.gitignore b/examples/with-universal-configuration-build-time/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..1437c53f70bc211ec65739ec4a8c2a4db5874c73 --- /dev/null +++ b/examples/with-universal-configuration-build-time/.gitignore @@ -0,0 +1,34 @@ +# See https://help.github.com/articles/ignoring-files/ for more about ignoring files. + +# dependencies +/node_modules +/.pnp +.pnp.js + +# testing +/coverage + +# next.js +/.next/ +/out/ + +# production +/build + +# misc +.DS_Store +*.pem + +# debug +npm-debug.log* +yarn-debug.log* +yarn-error.log* + +# local env files +.env.local +.env.development.local +.env.test.local +.env.production.local + +# vercel +.vercel diff --git a/examples/with-universal-configuration-runtime/.gitignore b/examples/with-universal-configuration-runtime/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..1437c53f70bc211ec65739ec4a8c2a4db5874c73 --- /dev/null +++ b/examples/with-universal-configuration-runtime/.gitignore @@ -0,0 +1,34 @@ +# See https://help.github.com/articles/ignoring-files/ for more about ignoring files. + +# dependencies +/node_modules +/.pnp +.pnp.js + +# testing +/coverage + +# next.js +/.next/ +/out/ + +# production +/build + +# misc +.DS_Store +*.pem + +# debug +npm-debug.log* +yarn-debug.log* +yarn-error.log* + +# local env files +.env.local +.env.development.local +.env.test.local +.env.production.local + +# vercel +.vercel