Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f6336b9

Browse files
authoredMar 26, 2018
also ignore visual studio files
1 parent 66bf818 commit f6336b9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,12 @@ coverage.xml
3838
# Translations
3939
*.mo
4040

41-
# Mr Developer
41+
# Mr Developer and other IDE stuff
4242
.mr.developer.cfg
4343
.project
4444
.pydevproject
4545
.idea/
46+
.vs/
4647
workspace.xml
4748

4849
# Rope

0 commit comments

Comments
 (0)
Please sign in to comment.