39 lines
244 B
Plaintext
39 lines
244 B
Plaintext
node_modules
|
|
npm-debug.log*
|
|
|
|
dist
|
|
build
|
|
|
|
.git
|
|
.gitignore
|
|
|
|
Dockerfile
|
|
.dockerignore
|
|
|
|
.vscode
|
|
.idea
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
logs
|
|
*.log
|
|
|
|
.tmp
|
|
.temp
|
|
|
|
.env
|
|
.env.local
|
|
.env.production
|
|
.env.staging
|
|
|
|
coverage
|
|
|
|
.eslintcache
|
|
|
|
README.md
|
|
docs
|