summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorJoseph Ditton <jditton.atomic@gmail.com>2021-10-29 18:57:24 -0600
committerJoseph Ditton <jditton.atomic@gmail.com>2021-10-29 18:57:24 -0600
commit1997a981105c9910d2d0a150adb39a6bfe706e01 (patch)
tree8a92d9d944a9597f509cb3512c72a3285e073d35 /.gitignore
downloadlocchat-1997a981105c9910d2d0a150adb39a6bfe706e01.tar.gz
locchat-1997a981105c9910d2d0a150adb39a6bfe706e01.zip
first commit
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore35
1 files changed, 35 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..22f55ad
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,35 @@
+# compiled output
+/dist
+/node_modules
+
+# Logs
+logs
+*.log
+npm-debug.log*
+pnpm-debug.log*
+yarn-debug.log*
+yarn-error.log*
+lerna-debug.log*
+
+# OS
+.DS_Store
+
+# Tests
+/coverage
+/.nyc_output
+
+# IDEs and editors
+/.idea
+.project
+.classpath
+.c9/
+*.launch
+.settings/
+*.sublime-workspace
+
+# IDE - VSCode
+.vscode/*
+!.vscode/settings.json
+!.vscode/tasks.json
+!.vscode/launch.json
+!.vscode/extensions.json \ No newline at end of file