summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore28
1 files changed, 18 insertions, 10 deletions
diff --git a/.gitignore b/.gitignore
index 0ea1fb6..2d4a04d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,19 +1,27 @@
+# Cargo
target/
/tests/fixture/*/Cargo.lock
/dev/Cargo.lock
-*.swp
-**/*.rs.bk
+# State file
+.rustlings-state.json
+
+# oranda
+public/
+.netlify
+
+# OS
.DS_Store
-*.pdb
+.direnv/
+
+# Editor
+*.swp
.idea
+*.iml
+
+# VS Code extension recommendations
.vscode/*
!.vscode/extensions.json
-*.iml
-*.o
-public/
-.direnv/
-.ignore
-# Local Netlify folder
-.netlify
+# Ignore file for editors like Helix
+.ignore