From a65d6d9127c3fa7f6a8ecaec5d1ffd1f47c2bc98 Mon Sep 17 00:00:00 2001 From: Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> Date: Tue, 3 Sep 2024 00:08:53 +0300 Subject: refactor: port to typescript --- frontend/.gitignore | 42 ++++++++++++++++++++---------------------- 1 file changed, 20 insertions(+), 22 deletions(-) (limited to 'frontend/.gitignore') diff --git a/frontend/.gitignore b/frontend/.gitignore index 5d7b14b..4d29575 100644 --- a/frontend/.gitignore +++ b/frontend/.gitignore @@ -1,25 +1,23 @@ -# Logs -logs -*.log -npm-debug.log* -yarn-debug.log* -yarn-error.log* -pnpm-debug.log* -lerna-debug.log* +# See https://help.github.com/articles/ignoring-files/ for more about ignoring files. + +# dependencies +/node_modules +/.pnp +.pnp.js + +# testing +/coverage -node_modules -dist -dist-ssr -*.local -build +# production +/build -# Editor directories and files -.vscode/* -!.vscode/extensions.json -.idea +# misc .DS_Store -*.suo -*.ntvs* -*.njsproj -*.sln -*.sw? +.env.local +.env.development.local +.env.test.local +.env.production.local + +npm-debug.log* +yarn-debug.log* +yarn-error.log* -- cgit v1.2.3