aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-06-28 02:15:02 -0700
committerFuwn <[email protected]>2022-06-28 02:15:02 -0700
commitd011b3bf0284ef0e9f87b09e0a25770c96a5c167 (patch)
treec57ede11a2c2df01c11cb14e8ad9871a8eaf65cc /.gitignore
downloadsumy-main.tar.xz
sumy-main.zip
feat: initial commitHEAD0.1.0main
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore11
1 files changed, 11 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..fb864ae
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,11 @@
+# Rust
+target
+Cargo.lock
+
+# Node.js
+index.node
+**/node_modules
+npm-debug.log*
+
+# Miscellaneous
+**/.DS_Store