Skip to content

Commit 5342319

Browse files
committed
Edit .gitignore to ignore Visual Studio artifacts
1 parent a6a63c4 commit 5342319

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.gitignore

+8
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,11 @@ pom.xml
1111
.lein-deps-sum
1212
.lein-failures
1313
.lein-plugins
14+
15+
#Visual Studio artifacts
16+
bin/
17+
obj/
18+
.vs/
19+
*.user
20+
*.suo
21+
*.nupkg

0 commit comments

Comments
 (0)