Hidden and Internal Directories
Learn what the .barry/ directory does and why you don’t need to modify it manually.
.barry/ Directory
Barry creates a hidden .barry/
directory at the root of your project. This directory stores internal files used during development and runtime. It may include:
- Live reload metadata
- Temporary build artifacts
- Cache metadata
You typically won’t need to touch this folder directly. If needed, you can delete it safely - it will regenerate as required when the dev server runs.