.git
.github
.idea
.vscode

**/target
**/target/**

**/node_modules
**/node_modules/**

**/.next
**/.next/**
**/dist
**/dist/**
**/build
**/build/**

**/*.log
.DS_Store
