Initial commit

This commit is contained in:
Adrian Kuta 2020-01-08 13:23:40 +01:00
commit ce0ff9b30f
3 changed files with 16 additions and 0 deletions

14
.gitignore vendored Normal file
View File

@ -0,0 +1,14 @@
*.iml
.gradle
/local.properties
/.idea/caches
/.idea/libraries
/.idea/modules.xml
/.idea/workspace.xml
/.idea/navEditor.xml
/.idea/assetWizardSettings.xml
.DS_Store
/build
/captures
.externalNativeBuild
.cxx

1
app/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
/build

1
treedatastructure/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
/build