Showing
1 changed file
with
6 additions
and
4 deletions
| @@ -15,10 +15,12 @@ | @@ -15,10 +15,12 @@ | ||
| 15 | *.iws | 15 | *.iws |
| 16 | .idea/ | 16 | .idea/ |
| 17 | 17 | ||
| 18 | -# The .vscode folder contains launch configuration and tasks you configure in | ||
| 19 | -# VS Code which you may wish to be included in version control, so this line | ||
| 20 | -# is commented out by default. | ||
| 21 | -#.vscode/ | 18 | +# Visual Studio Code related |
| 19 | +.classpath | ||
| 20 | +.project | ||
| 21 | +.settings/ | ||
| 22 | +.vscode/* | ||
| 23 | + | ||
| 22 | 24 | ||
| 23 | # Flutter/Dart/Pub related | 25 | # Flutter/Dart/Pub related |
| 24 | **/doc/api/ | 26 | **/doc/api/ |
-
Please register or login to post a comment