From e298a263223d9b08f9d566c2038b0689506e967d Mon Sep 17 00:00:00 2001 From: Paul Oliver Date: Thu, 29 Feb 2024 03:01:41 +0100 Subject: Vue basic setup and timezone picker component --- client/.gitignore | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 client/.gitignore (limited to 'client/.gitignore') diff --git a/client/.gitignore b/client/.gitignore new file mode 100644 index 0000000..11f5d71 --- /dev/null +++ b/client/.gitignore @@ -0,0 +1,22 @@ +.DS_Store +node_modules +/dist + +# local env files +.env.local +.env.*.local + +# Log files +npm-debug.log* +yarn-debug.log* +yarn-error.log* +pnpm-debug.log* + +# Editor directories and files +.idea +.vscode +*.suo +*.ntvs* +*.njsproj +*.sln +*.sw? -- cgit v1.2.1