← back to Loops Dashboard

.gitignore

11 lines

node_modules/
*.log
.DS_Store
tmp/
dist/
build/
.next/

# Secrets — never commit
.env*