aboutsummaryrefslogtreecommitdiff
path: root/front-end/.gitignore
diff options
context:
space:
mode:
authorA Farzat <a@farzat.xyz>2025-10-06 14:29:43 +0300
committerA Farzat <a@farzat.xyz>2025-10-06 14:29:43 +0300
commitcbed467589d74022c4a1b49167d237d85663ab96 (patch)
tree1bb33cb7314c416f68cd3726530f61192bfeb2ff /front-end/.gitignore
parentc9205f0fc12a357a45b9ade1dd4077d4c37acd01 (diff)
downloadcsca5028-cbed467589d74022c4a1b49167d237d85663ab96.tar.gz
csca5028-cbed467589d74022c4a1b49167d237d85663ab96.zip
Add the front-end component
Diffstat (limited to 'front-end/.gitignore')
-rw-r--r--front-end/.gitignore24
1 files changed, 24 insertions, 0 deletions
diff --git a/front-end/.gitignore b/front-end/.gitignore
new file mode 100644
index 0000000..a547bf3
--- /dev/null
+++ b/front-end/.gitignore
@@ -0,0 +1,24 @@
+# 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/*
+!.vscode/extensions.json
+.idea
+.DS_Store
+*.suo
+*.ntvs*
+*.njsproj
+*.sln
+*.sw?