Skip to content

Commit

Permalink
chore: Add entries to gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
ajpinedam committed Jun 1, 2020
1 parent 0542f32 commit 50f1a3b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ bld/
[Oo]bj/
[Ll]og/

# operating system junk files
thumbs.db
.DS_Store

# Visual Studio 2015 cache/options directory
.vs/
# Uncomment if you have tasks that create the project's static files in wwwroot
Expand Down Expand Up @@ -294,3 +298,6 @@ src/GraphControl/GraphingImplOverrides.props
!src/Calculator/TemporaryKey.pfx
!src/CalculatorUnitTests/CalculatorUnitTests_TemporaryKey.pfx
*.binlog

# MFractors (Xamarin productivity tool) working folder
.mfractor/

0 comments on commit 50f1a3b

Please sign in to comment.