# ENV

**/.env.local
**/.env.*.local

# node_modules and dist folders

apps/**/.next
**/node_modules

# Yarn

.yarn/*
!.yarn/cache
!.yarn/releases
!.yarn/plugins
!.yarn/sdks
!.yarn/versions

# Cache

tsconfig.tsbuildinfo
.eslintcache

# Arc/GIT

.git
.gitignore
.arcignore
.gitattributes
.github

# IDE

.idea
.DS_Store

# Logs

logs
*.log
