From 8fcb9463797bf920b4d6ec6aa31b8bfe201a61f4 Mon Sep 17 00:00:00 2001 From: Phil Date: Wed, 9 Apr 2025 20:31:38 +0200 Subject: [PATCH] [GIT] Added gitignore,gitattributes for Frontend --- .gitattributes | 1 + .gitignore | 26 ++++++++++++++++++++++++++ 2 files changed, 27 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..6313b56 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +* text=auto eol=lf diff --git a/.gitignore b/.gitignore index ddb179e..fd5937a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,29 @@ +# Frontend gitignore +frontend/logs +frontend/*.log +frontend/npm-debug.log* +frontend/yarn-debug.log* +frontend/yarn-error.log* +frontend/pnpm-debug.log* +frontend/lerna-debug.log* +frontend/node_modules +frontend/.DS_Store +frontend/dist +frontend/dist-ssr +frontend/coverage +frontend/*.local +frontend/cypress/videos/ +frontend/cypress/screenshots/ +frontend/.idea +frontend/*.suo +frontend/*.ntvs* +frontend/*.njsproj +frontend/*.sln +frontend/*.sw? +frontend/*.tsbuildinfo +frontend/.vscode +frontend/package-lock.json + # Binaries for programs and plugins *.exe *.exe~