Hello world
This commit is contained in:
21
.gitignore
vendored
Normal file
21
.gitignore
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
.idea/
|
||||
*.iml
|
||||
.gradle
|
||||
**/build/
|
||||
!src/**/build/
|
||||
|
||||
bin/
|
||||
|
||||
# Ignore Gradle GUI config
|
||||
gradle-app.setting
|
||||
|
||||
# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
|
||||
!gradle-wrapper.jar
|
||||
|
||||
# Cache of project
|
||||
.gradletasknamecache
|
||||
|
||||
# BND
|
||||
generated/
|
||||
cnf/cache/
|
||||
cnf/templates/
|
||||
Reference in New Issue
Block a user