diff options
| author | mailwl <mailwl@gmail.com> | 2018-07-19 19:45:50 +0300 |
|---|---|---|
| committer | gdkchan <gab.dark.100@gmail.com> | 2018-07-19 13:45:50 -0300 |
| commit | ee064a2fb8d5e6167122477d5014beae509f92ed (patch) | |
| tree | 4c896c264c62050dfb43d5a8569ab31dbfe8bf66 | |
| parent | cd203e98f2bed076798972da1d108bb64b1884ec (diff) | |
.gitignore: ignore autogenerated launchSettings.json (#292)
thanks to @Cyuubi
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -158,3 +158,6 @@ $RECYCLE.BIN/ # Mac desktop service store files .DS_Store + +# VS Launch Settings +launchSettings.json |
