Is there a way to hide intermediate files?

Screenshot 2023-05-31 at 12.12.47 PM
for example these .class files in java

Hey @absolute100, welcome to the Replit forums!

You can hide files with a file extension by going into your .replit file, which can be viewed by clicking on “Show hidden files” in the three dots.

You can then add *.class to the hidden array. Afterwards, rehide the hidden files and it should hide the .class files.

3 Likes

Thanks @savardo. is this .replit file per project or globally set?

The .replit file will not be saved across Repls.

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.