diff options
| author | tatsujinichi <[email protected]> | 2021-01-14 19:01:39 +0900 |
|---|---|---|
| committer | tatsujinichi <[email protected]> | 2021-01-14 19:01:39 +0900 |
| commit | bdb0820ac0c3d7da3b16ad5ae646c269de2e9411 (patch) | |
| tree | 85e9f747be7673044614a71dc17acf8dc40a5052 /.gitignore | |
| parent | Fixed typo in example (diff) | |
| download | rawaccel-bdb0820ac0c3d7da3b16ad5ae646c269de2e9411.tar.xz rawaccel-bdb0820ac0c3d7da3b16ad5ae646c269de2e9411.zip | |
Added Visual Studio Code gitignores
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -138,6 +138,17 @@ _TeamCity* .axoCover/* !.axoCover/settings.json +# Visual Studio code +.vscode/* +!.vscode/settings.json +!.vscode/tasks.json +!.vscode/launch.json +!.vscode/extensions.json +*.code-workspace + +# Local History for Visual Studio Code +.history/ + # Visual Studio code coverage results *.coverage *.coveragexml |