# ignore node_modules from both projects
node_modules/

# ignore local database
data/db

# ignore all .DS_Stores that may be generated by macOS
.DS_Store
