From 8b5b3dd00cc16c351670a25933f4b37a604abaf8 Mon Sep 17 00:00:00 2001 From: Steven Le Rouzic Date: Sun, 11 May 2025 23:42:35 +0200 Subject: Initial commit --- client/.gitignore | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 client/.gitignore (limited to 'client/.gitignore') diff --git a/client/.gitignore b/client/.gitignore new file mode 100644 index 0000000..7cc02db --- /dev/null +++ b/client/.gitignore @@ -0,0 +1,23 @@ +# Logs +logs +*.log +npm-debug.log* +yarn-debug.log* +yarn-error.log* +pnpm-debug.log* +lerna-debug.log* + +node_modules +dist +dist-ssr +*.local + +# Editor directories and files +.vscode +.idea +.DS_Store +*.suo +*.ntvs* +*.njsproj +*.sln +*.sw? -- cgit