# .vuloom

> 

`.vuloom/` is generated by Vuloom. Treat it as build output, not source code.

## What goes here

- `.vuloom/types/*.d.ts` from `vuloom prepare`

## What it is used for

- route and middleware type generation
- internal framework bootstrap files

## Should it be committed?

Usually no. Add `.vuloom/` to `.gitignore`.

## When it changes

- `vuloom prepare`
