summary refs log tree commit diff stats
path: root/client/.gitignore
diff options
context:
space:
mode:
authorAndinus <andinus@nand.sh>2022-02-02 12:34:38 +0530
committerAndinus <andinus@nand.sh>2022-02-02 13:03:34 +0530
commit8234345a00d14fee2b5ca18466f19d2df4b4a5c7 (patch)
tree772fc64f448c000df6ae6bea5387b469c82fa75f /client/.gitignore
downloadvela-8234345a00d14fee2b5ca18466f19d2df4b4a5c7.tar.gz
Initial commit
- Initialize the project with PrimeVue for UI.
Diffstat (limited to 'client/.gitignore')
-rw-r--r--client/.gitignore24
1 files changed, 24 insertions, 0 deletions
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?