diff options
author | Brendan Forster <brendan@github.com> | 2018-12-19 14:25:48 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-19 14:25:48 -0400 |
commit | d1baec1bf1fe04bbc67b9e23074ea2f00fd31224 (patch) | |
tree | bf799716daaf79590807c8fc9ed285547489d9fc | |
parent | d7eef7d6b66584f72588a95f832573b733d9e783 (diff) | |
parent | 98a3e85f01ed46b2371f26a87c582a7a6d2d4d41 (diff) | |
download | gitignore-d1baec1bf1fe04bbc67b9e23074ea2f00fd31224.tar.gz gitignore-d1baec1bf1fe04bbc67b9e23074ea2f00fd31224.zip |
Merge pull request #2907 from HassanHashemi/patch-1
[Visual studio] Ignore health check temp database
-rw-r--r-- | VisualStudio.gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index d1fc54de..3e8a1553 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -336,3 +336,6 @@ ASALocalRun/ # Local History for Visual Studio .localhistory/ + +# BeatPulse healthcheck temp database +healthchecksdb |