summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore7
1 files changed, 3 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore
index 246bef6a8..136402868 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,5 @@
# will have compiled files and executables
-/target/
+target/
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
@@ -15,6 +15,5 @@ Cargo.lock
.idea/
/*.iml
-# Compiled files for documentation
-docs/node_modules
-docs/.vuepress/dist/
+# Vim swap files
+*.swp