diff --git a/.gitignore b/.gitignore index d0f6a1c..9384549 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ -#built application files +# built application files *.apk *.ap_ *.aab @@ -34,7 +34,7 @@ build/ captures/ output.json -#NDK +# NDK obj/ .externalNativeBuild @@ -53,4 +53,7 @@ lint/intermediates/ lint/generated/ lint/outputs/ lint/tmp/ -lint/reports/ \ No newline at end of file +lint/reports/ + +# specific files +API.md \ No newline at end of file