Customize Hidden Files

Be able to make your own hidden files.

If you have a file that contains codes for a puzzle game, it would be useful.

I was trying to make a hidden file to hide info that was not super important, but important enough to make it valuable.

1 Like

I’ll vote for a GUI hidden files editor. But, you can already customize it through hidden in the .replit file.

3 Likes

Attemping to figure out what I do to change that in the .replit file.

2 Likes

Just add it to the list of hidden =. For example

hidden = [".replit", "replit.nix", "myfile.txt"]
2 Likes

Maybe I’ll make an Extension for it :slight_smile:

3 Likes