diff options
| -rw-r--r-- | .gitattributes (renamed from backend/.gitattributes) | 0 | ||||
| -rw-r--r-- | .gitignore | 40 | ||||
| -rw-r--r-- | backend/.gitignore | 2 | ||||
| -rw-r--r-- | frontend/.gitattributes | 1 | ||||
| -rw-r--r-- | frontend/.gitignore | 9 |
5 files changed, 40 insertions, 12 deletions
diff --git a/backend/.gitattributes b/.gitattributes index 6313b56..6313b56 100644 --- a/backend/.gitattributes +++ b/.gitattributes diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3b40a72 --- /dev/null +++ b/.gitignore @@ -0,0 +1,40 @@ +# Logs +logs +*.log +npm-debug.log* +yarn-debug.log* +yarn-error.log* +pnpm-debug.log* +lerna-debug.log* + +node_modules +.DS_Store +dist +dist-ssr +coverage +.env +*.local + +# Editor directories and files +.vscode/* +!.vscode/extensions.json +.idea +*.suo +*.ntvs* +*.njsproj +*.sln +*.sw? + +*.tsbuildinfo + +.eslintcache + +# Cypress +/cypress/videos/ +/cypress/screenshots/ + +# Vitest +__screenshots__/ + +# Vite +*.timestamp-*-*.mjs diff --git a/backend/.gitignore b/backend/.gitignore deleted file mode 100644 index 1dcef2d..0000000 --- a/backend/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -node_modules -.env
\ No newline at end of file diff --git a/frontend/.gitattributes b/frontend/.gitattributes deleted file mode 100644 index 6313b56..0000000 --- a/frontend/.gitattributes +++ /dev/null @@ -1 +0,0 @@ -* text=auto eol=lf diff --git a/frontend/.gitignore b/frontend/.gitignore deleted file mode 100644 index 0aa16e3..0000000 --- a/frontend/.gitignore +++ /dev/null @@ -1,9 +0,0 @@ -logs -*.log -npm-debug.log* - -node_modules -dist -dist-ssr -.env -*.local |
