chore: update .dockerignore to include android directory and add android/.gitignore for build artifacts
This commit is contained in:
@@ -8,6 +8,7 @@ docs/
|
|||||||
# Development files
|
# Development files
|
||||||
.github/
|
.github/
|
||||||
electron/
|
electron/
|
||||||
|
android/
|
||||||
scripts/
|
scripts/
|
||||||
Makefile
|
Makefile
|
||||||
|
|
||||||
|
|||||||
16
android/.gitignore
vendored
Normal file
16
android/.gitignore
vendored
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
*.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
|
||||||
|
local.properties
|
||||||
|
|
||||||
Reference in New Issue
Block a user