Invisible Files problems

I get error because of invisible data file. How can i see these file?
Problematic project : scarce-agreementt

You can see all of your files listed using ls -la in Console

how can i delete these invisible files?

Hey @Huzeyfe32, if you run du -hd1 in your project’s console you’ll see this:

app@scarce-agreementt:~ 20:34 
$ du -hd1
2.0M    ./img
332K    ./commands
246M    ./.git
4.0K    ./.data
20K     ./.config
255M    .

which shows you that the majority of your files are in you .git folder. As I pointed out in your other thread, Glitch full disk error shows how to resolve that problem.