parent
62846f7144
commit
3f531ae27f
@ -1,5 +1,45 @@ |
||||
# Ignore Gradle project-specific cache directory |
||||
### VisualStudioCode ### |
||||
.vscode/* |
||||
!.vscode/settings.json |
||||
!.vscode/tasks.json |
||||
!.vscode/launch.json |
||||
!.vscode/extensions.json |
||||
!.vscode/*.code-snippets |
||||
|
||||
# Local History for Visual Studio Code |
||||
.history/ |
||||
|
||||
# Built Visual Studio Code Extensions |
||||
*.vsix |
||||
|
||||
### VisualStudioCode Patch ### |
||||
# Ignore all local history of files |
||||
.history |
||||
.ionide |
||||
|
||||
### Gradle ### |
||||
.gradle |
||||
.vscode |
||||
# Ignore Gradle build output directory |
||||
build |
||||
**/build/ |
||||
!src/**/build/ |
||||
|
||||
# Ignore Gradle GUI config |
||||
gradle-app.setting |
||||
|
||||
# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored) |
||||
!gradle-wrapper.jar |
||||
|
||||
# Avoid ignore Gradle wrappper properties |
||||
!gradle-wrapper.properties |
||||
|
||||
# Cache of project |
||||
.gradletasknamecache |
||||
|
||||
# Eclipse Gradle plugin generated files |
||||
# Eclipse Core |
||||
.project |
||||
# JDT-specific (Eclipse Java Development Tools) |
||||
.classpath |
||||
|
||||
### Gradle Patch ### |
||||
# Java heap dump |
||||
*.hprof |
||||
Loading…
Reference in new issue