> For the complete documentation index, see [llms.txt](https://blackdawn.gitbook.io/easy-gitignore-and-lfs-setup/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://blackdawn.gitbook.io/easy-gitignore-and-lfs-setup/.gitignore-tab/editor.md).

# Base Configuration (Always On)

This tool is built on a safety first principle. The core Unity rules (for folders like Library/, Logs/, Builds/, and Temp/) are always active and are not optional. This is the bare minimum required for any Unity project to prevent repository bloat and conflicts.\
This base configuration ensures that the following auto generated files and folders are always ignored. See below for a guide to the common Unity folders this tool helps you ignore.

```
# === START Unity ===
/[Ll]ibrary/
/[Tt]emp/
/[Oo]bj/
/[Bb]uild/
/[Bb]uilds/
/[Ll]ogs/
/[Uu]ser[Ss]ettings/
/[Mm]emoryCaptures/
/[Rr]ecordings/
.utmp/
*.log
Sysinfo.txt
mono_crash.*
*.blend1
*.blend1.meta
*.apk
*.aab
*.app
*.unitypackage
Crashlytics-build.properties
# === END Unity ===
```
