Added gradle.properties
This commit is contained in:
parent
5f431e0725
commit
38fd8d6bda
3 changed files with 9 additions and 41 deletions
17
examples/kotlin/.gitignore
vendored
17
examples/kotlin/.gitignore
vendored
|
@ -1,10 +1,3 @@
|
|||
**/.idea/dictionaries
|
||||
**/.idea/gradle.xml
|
||||
**/.idea/libraries
|
||||
**/.idea/tasks.xml
|
||||
**/.idea/workspace.xml
|
||||
*.iws
|
||||
*.sublime-*
|
||||
.classpath
|
||||
.DS_Store
|
||||
.gradle
|
||||
|
@ -12,12 +5,18 @@
|
|||
.nb-gradle
|
||||
.project
|
||||
.settings
|
||||
*.iws
|
||||
*.sublime-*
|
||||
**/.idea/dictionaries
|
||||
**/.idea/gradle.xml
|
||||
**/.idea/libraries
|
||||
**/.idea/tasks.xml
|
||||
**/.idea/workspace.xml
|
||||
/bin
|
||||
/build
|
||||
/deploy
|
||||
/dist
|
||||
/gen
|
||||
/gradle.properties
|
||||
/lib/kotlin*
|
||||
/libs
|
||||
/local.properties
|
||||
|
@ -29,4 +28,4 @@
|
|||
ehthumbs.db
|
||||
kobaltBuild
|
||||
kobaltw*-test
|
||||
Thumbs.db
|
||||
Thumbs.db
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue