Update .gitigore file for VSC settings
This commit is contained in:
parent
38181e8e00
commit
e6c974120b
1 changed files with 11 additions and 5 deletions
16
.gitignore
vendored
16
.gitignore
vendored
|
@ -1,6 +1,12 @@
|
|||
.gradle
|
||||
.idea
|
||||
.settings
|
||||
.*
|
||||
|
||||
.vscode/*
|
||||
!.vscode
|
||||
!.vscode/extensions.json
|
||||
!.vscode/launch.json
|
||||
!.vscode/settings.json
|
||||
!.vscode/tasks.json
|
||||
|
||||
build
|
||||
|
||||
/apps
|
||||
|
@ -15,8 +21,8 @@ build
|
|||
/static
|
||||
|
||||
/*.properties
|
||||
!/gradle.properties
|
||||
|
||||
/launcher.jar
|
||||
/passwd
|
||||
/start.*
|
||||
|
||||
!/gradle.properties
|
||||
|
|
Loading…
Add table
Reference in a new issue