diff --git a/.gitignore b/.gitignore index 2bd04bf5..0c71330b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ -# scratch files -*.json +# cache files for genbindings +cmd/genbindings/cachedir/ # docker files container-build-cache/ @@ -17,4 +17,6 @@ examples/mdoutliner/mdoutliner.exe examples/windowsmanifest/windowsmanifest examples/windowsmanifest/windowsmanifest.exe -android-build \ No newline at end of file +# android temporary build files +android-build +deployment-settings.json