This commit is contained in:
JuruSysadmin
2025-06-17 13:41:48 -03:00
commit af154c3f7f
197 changed files with 50658 additions and 0 deletions

26
.dockerignore Normal file
View File

@@ -0,0 +1,26 @@
# Dependências
node_modules
npm-debug.log
yarn-debug.log
yarn-error.log
# Next.js
.next
out
# Arquivos de desenvolvimento
.git
.gitignore
.env.local
.env.development.local
.env.test.local
.env.production.local
# IDE
.idea
.vscode
# Outros
README.md
*.md
.DS_Store