As it is known, Android Studio also added gemini support. Can I add a block to gemini to prevent it from analysing my source code?
Question posted in Android Studio
The official documentation can be found here.
The official documentation can be found here.
3
Answers
When I examine the Android Studio settings, there is an option like below. Blocking can be provided with this option.
From the Data & Privacy Policy of the Gemini documentation:
That said, other information may be sent even if you decline sharing your code. From the same page:
The easiest way is creating .aiexclude in project root. Detail syntax can be found here:
https://developer.android.com/studio/preview/gemini/aiexclude
An empty .aiexclude file blocks all files in its directory and all sub-directories.