# See https://help.github.com/articles/ignoring-files/ for more about ignoring files. # dependencies /node_modules /.pnp .pnp.js /cli/node_modules/ # 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 .env.local .env.development.local .env.test.local .env.production.local # vercel .vercel .turbo *.tsbuildinfo # storybook storybook-static data/configs # https://yarnpkg.com/getting-started/qa#which-files-should-be-gitignored # Yarn v2 .pnp.* .yarn/* !.yarn/patches !.yarn/plugins !.yarn/releases !.yarn/sdks !.yarn/versions /cli/.yarn/ #envfiles .env #Languages other than 'en' public/locales/* !public/locales/en #database sqlite.db database/*.sqlite WILL_BE_OVERWRITTEN.sqlite # IDE .idea/*