There is a bug/issue when AI Studio create any file or folder starting with DOT (.) there stands for Hidden Files/Folders.
Always did a Workaround many times just renaming the files without DOT and then on GitHub renaming with DOT again.
But now the hidden files disapeared from the interface and it’s not possible anymore rename it. I tried edit the Zip file to erase the files and still nothing working.
I have the same issue, any fix?
Hi @farleir ,
Thanks for reaching out to us!
Could you please share the exact steps to reproduce this issue ? That will help us test on our end.
Simply create a folder/file whose name begins with a dot (.), for example:
.github/workflows/deploy.yml
Then try to commit the changes to github.
I have the same issue with my .github/workflows.main.yaml
And mays be it’s new issue because i have an other older app with .github folder and it was possible to synchronise it in github.
@Stephane_Luce it is a newer problem - if you try to change anything with the older app and sync it you will realize that it wants to delete the yml file
@yanggang that is exactly what does not work!
@Sonali_Kumari1 if you create a folder .github/workflows and add files in there it won’t let you sync with github. It has a problem passing the .github folder.
Doing it on Github will lead to AI Studio wanting to delete the files and the folder with the next sync
Have the same issue. I am new to the AI thingy, trying to make a simple notepad as app (my first project). Find out that when i make changes in Google AI studio it delete .github/workflows/static.yml file(folder) on Github. I tried to “cheat” it in lots of ways (consulting with gemini :D) but nothing worked for me. When i create .github/workflows/static.yml in Google AI studio, it will not let me commit to Github.
