summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorLishid <lishid@gmail.com>2022-08-22 13:40:55 -0400
committerlishid <lishid@gmail.com>2022-08-22 14:12:05 -0400
commit773b0c5ca9799e273e2c6f86445242ba2993bbc7 (patch)
tree18ed974caec7ee0b82bbbe0ccc60733cd14bc996 /.gitignore
Initial commit
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore15
1 files changed, 15 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..32aa38e
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,15 @@
+# vscode
+.vscode
+
+# Intellij
+*.iml
+.idea
+
+# npm
+node_modules
+
+# Exclude sourcemaps
+*.map
+
+# Exclude macOS Finder (System Explorer) View States
+.DS_Store