From 8234345a00d14fee2b5ca18466f19d2df4b4a5c7 Mon Sep 17 00:00:00 2001 From: Andinus Date: Wed, 2 Feb 2022 12:34:38 +0530 Subject: Initial commit - Initialize the project with PrimeVue for UI. --- client/.gitignore | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 client/.gitignore (limited to 'client/.gitignore') diff --git a/client/.gitignore b/client/.gitignore new file mode 100644 index 0000000..34ff88e --- /dev/null +++ b/client/.gitignore @@ -0,0 +1,24 @@ +.DS_Store +node_modules +dist + + +# local env files +.env.local +.env.*.local + +# Log files +.log +npm-debug.log* +yarn-debug.log* +yarn-error.log* +pnpm-debug.log* + +# Editor directories and files +.idea +.vscode +*.suo +*.ntvs* +*.njsproj +*.sln +*.sw? -- cgit 1.4.1-2-gfad0