← back to Designer Line

.gitignore

15 lines

node_modules/
.env
.env.*
tmp/
*.log
.DS_Store
dist/
build/
.next/
# snapshot / backup artifacts — never commit
*.bak
*.bak.*
*.pre-*
*.orig