.DS_Store
.idea
*.log
tmp/


# Junk and IDE stuff
*.bak
*.iml
*.orig
*.rej
*.swp
*~
.DS_Store
.idea
.vim/.netrwhist
yarn-error.log
.eslintcache

# Files in here are copied by the build
public/themes

node_modules
.next

# Default `next export` output directory
out

# TypeScript cache
tsconfig.tsbuildinfo

.log

# secret config files
.env*.local
