# local dev
todo.txt
todo.md
examples/demo2
examples/myapp
*.sqlite
*.sqlite-wal
*.sqlite-shm

*.sqlite3
*.sqlite3-wal
*.sqlite3-shm

# IDE config files
.idea
.vscode

**/config/local.yaml
**/config/*.local.yaml

# Local Netlify folder
.netlify


### macOS ###
# General
.DS_Store
.AppleDouble
.LSOverride

# Icon must end with two \r
Icon

# Thumbnails
._*

# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent

# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk

### Rust ###
# Generated by Cargo
# will have compiled files and executables
target/
Cargo.lock

# These are backup files generated by rustfmt
**/*.rs.bk

## Frontend
# Various node lock files; so people don't accidentally commit them while
# updating the template
starters/saas/frontend/package-lock.json
starters/saas/frontend/yarn.lock
starters/saas/frontend/pnpm-lock.yaml


example