I there a way I can hide my files?

I have seen on other projects some files are hidden. Is there a way I can hide files in my project

Hey @milanmdev any files stored in the .data directory are automatically hidden, and not copied into remixes. You can also add directories to a .gitignore file, and those files will be hidden from the editor view, but will be copied when the project is remixed.

Hope this helps!

How do I put it in the .data directory?

create a new file with a name like this: ".data/path/to/your/file/

When you reload or refresh the site it wont be in the editor but you can of course go to console and edit it with vim for example

1 Like