Add material, reflection and so on. Also use IntelliJ
This commit is contained in:
parent
753f8b721a
commit
b0a4f766b4
21 changed files with 622 additions and 132 deletions
27
.gitignore
vendored
27
.gitignore
vendored
|
@ -1,4 +1,27 @@
|
|||
.idea/
|
||||
*.tga
|
||||
.gradle
|
||||
build/
|
||||
!gradle/wrapper/gradle-wrapper.jar
|
||||
!**/src/main/**/build/
|
||||
!**/src/test/**/build/
|
||||
|
||||
### IntelliJ IDEA ###
|
||||
.idea/modules.xml
|
||||
.idea/jarRepositories.xml
|
||||
.idea/compiler.xml
|
||||
.idea/libraries/
|
||||
*.iws
|
||||
*.iml
|
||||
*.ipr
|
||||
out/
|
||||
!**/src/main/**/out/
|
||||
!**/src/test/**/out/
|
||||
|
||||
### Kotlin ###
|
||||
.kotlin
|
||||
|
||||
|
||||
### Mac OS ###
|
||||
.DS_Store
|
||||
|
||||
|
||||
test.tga
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue