1
0
Fork 0
mirror of https://github.com/ethauvin/chip-8.git synced 2025-04-25 00:37:13 -07:00

.gitignore

This commit is contained in:
Cedric Beust 2020-08-23 14:43:05 -07:00
parent 9caf78f678
commit 114998e606

11
.gitignore vendored Normal file
View file

@ -0,0 +1,11 @@
local.properties
build
.idea
*.iml
.gradle
.kobalt
kobaltBuild
kobalt/out
lib/kotlin-*
target/*