Can't change the code

I can’t change my code because the project takes the maximum space and every time I try to change the code it changes back to what is was

Hi @uriking1000,

We can help you here! What is the name of your project where this is happening?

Nevermind I fixed that issue, although it happened because the disk was full, how can I prevent the disk from being full help me with this issue in my project: “newnorthy”

Hi @uriking1000! A couple of ways that you can prevent hitting disk space maximum (and be more secure) is keep any data files (like from sqlite) inside the .data folder. You can also prune your git history by running git prune and then git gc.

Could you do that for me please? I’ve not heard about the .data folder