summaryrefslogtreecommitdiffstats
path: root/client/js/app/.gitignore
diff options
context:
space:
mode:
authorLeandro Alves <leandroalves@yahooinc.com>2022-06-16 14:49:50 +0200
committerLeandro Alves <leandroalves@yahooinc.com>2022-06-16 14:49:50 +0200
commit9535e1b07697d0a58ebbb14d8c0c93df8827b4dc (patch)
tree3a1a6a6da7359c7c9b6e5e6f317c4c780687d724 /client/js/app/.gitignore
parent5e00300349d15d4aad0df4ab0631a811df526b79 (diff)
initial vite react app
Diffstat (limited to 'client/js/app/.gitignore')
-rw-r--r--client/js/app/.gitignore24
1 files changed, 24 insertions, 0 deletions
diff --git a/client/js/app/.gitignore b/client/js/app/.gitignore
new file mode 100644
index 00000000000..a547bf36d8d
--- /dev/null
+++ b/client/js/app/.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?