aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2023-04-08 00:32:29 +0000
committerFuwn <[email protected]>2023-04-08 00:32:29 +0000
commit15e1bccb06f2ef7f26e182ce12e10ea6e62deed1 (patch)
treea92808d9ee9cf37d1593121a9dbe98698270d4bb
parentfeat(cargo): bump windmark 0.3.2 -> 0.3.3 (diff)
downloadwindmark-15e1bccb06f2ef7f26e182ce12e10ea6e62deed1.tar.xz
windmark-15e1bccb06f2ef7f26e182ce12e10ea6e62deed1.zip
chore(git): ignore vscode configuration files
-rw-r--r--.gitignore13
1 files changed, 8 insertions, 5 deletions
diff --git a/.gitignore b/.gitignore
index 52c60ee..59080ae 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,9 +1,12 @@
-# Rust
-target/
+# Cargo
+target
Cargo.lock
-# IDE
-.idea/
+# CLion
+.idea
-# Development
+# Privacy-Enhanced Mail
*.pem
+
+# Visual Studio Code
+.vscode