summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorElizabeth Hunt <elizabeth.hunt@simponic.xyz>2024-03-01 16:07:16 -0700
committerElizabeth Hunt <elizabeth.hunt@simponic.xyz>2024-03-01 16:07:16 -0700
commit17e95224a083ccd9e522f8712bb10846a2dada8a (patch)
tree0f9e58c0974129ce712af1d695980ccd498aa2cf /.gitignore
downloadthe-abstraction-engine-17e95224a083ccd9e522f8712bb10846a2dada8a.tar.gz
the-abstraction-engine-17e95224a083ccd9e522f8712bb10846a2dada8a.zip
add assets, vite init
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore24
1 files changed, 24 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..a547bf3
--- /dev/null
+++ b/.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?