18 lines
159 B
Plaintext
18 lines
159 B
Plaintext
|
|
# Dev
|
||
|
|
node_modules
|
||
|
|
.next
|
||
|
|
npm-debug.log*
|
||
|
|
|
||
|
|
# Git
|
||
|
|
.git
|
||
|
|
.gitignore
|
||
|
|
|
||
|
|
# Docker
|
||
|
|
.dockerignore
|
||
|
|
|
||
|
|
# Desnecessário no contexto de build
|
||
|
|
README.md
|
||
|
|
*.sh
|
||
|
|
.env*
|
||
|
|
.vscode
|
||
|
|
*.md
|