diff options
author | Brendan Forster <brendan@github.com> | 2016-09-12 12:25:21 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-12 12:25:21 +1000 |
commit | 6a81bf03cfe0701b6ecd5d67da6f0ccf3ca99d75 (patch) | |
tree | 1248ef62a08523cd07f08ce108401917320751d7 /VisualStudio.gitignore | |
parent | e6dd3a81e6037cc923e503e372c80326f65ccb25 (diff) | |
parent | 3cdfc09983aece84ec69ed30644f87b1e8957835 (diff) | |
download | gitignore-6a81bf03cfe0701b6ecd5d67da6f0ccf3ca99d75.tar.gz gitignore-6a81bf03cfe0701b6ecd5d67da6f0ccf3ca99d75.zip |
Merge pull request #2104 from kevcunnane/bug/jfmFiles
Ignore .jfm files in Visual Studio
Diffstat (limited to 'VisualStudio.gitignore')
-rw-r--r-- | VisualStudio.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index d56f8b53..c8557d40 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -189,6 +189,7 @@ ClientBin/ *~ *.dbmdl *.dbproj.schemaview +*.jfm *.pfx *.publishsettings node_modules/ |