gardesk/gartray / a696ae8

Browse files

Add .gitignore

Authored by mfwolffe <wolffemf@dukes.jmu.edu>
SHA
a696ae8d84a69cba86e0fcdc72d9d31afd2bc031
Tree
b73a255

1 changed file

StatusFile+-
A .gitignore 18 0
.gitignoreadded
@@ -0,0 +1,18 @@
1
+# Build artifacts
2
+/target/
3
+**/*.rs.bk
4
+Cargo.lock
5
+
6
+# IDE
7
+.idea/
8
+.vscode/
9
+*.swp
10
+*.swo
11
+*~
12
+
13
+# OS
14
+.DS_Store
15
+Thumbs.db
16
+
17
+# Documentation (private planning)
18
+docs/