Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .env

This file was deleted.

113 changes: 105 additions & 8 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,106 @@
node_modules
node_modules.push(
node_modules.join(
----------------------------------------------------------------

_log
.info
.dev
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules
/.pnp
.pnp.js

# logs
/logs
# system files
.DS_Store
Thumbs.db
ehthumbs.db

# editor
.idea
.vscode
.history
.sublime-workspace
.sublime-project
.project
.classpath
.settings
.project
.pydevproject
.settings
.dbvis
.dbeaver-data-sources.xml
.dbeaver-data-sources.json
.dbeaver-event.log
.dbeaver-data-sources.xml
.dbeaver-data-sources.json
.dbeaver-event.log
.eclipse
.buildpath
.springBeans
.factorypath
.project
.pydevproject
.settings
.classpath
.project
.pydevproject
.settings
.classpath
.project
.pydevproject
.settings
.classpath
.project
.pydevproject
.settings
.classpath
.project
.pydevproject
.settings
.classpath
.project
.pydevproject
.settings
.classpath
.project
.pydevproject
.settings
.classpath
.project
.pydevproject
.settings
.classpath
.project
.pydevproject
.settings
.classpath
.project
.pydevproject
.settings




# testing
/coverage

# production
/build

# misc
.DS_Store
*.pem

# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# local env files
.env*.local
.env.example
.env
.env.local
.env.development.local
/.env.example

# typescript
*.tsbuildinfo
next-env.d.ts
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<h1>Descrição:</h1>
<hr>
<div>
<p>01/04/2025 Desafio ( Entrega Parcial 3 do Projeto Final ) da Aula 30 ( Mailing e Mensagens ) do curso de Back-end na CoderHouse; Turma #63515 de 2024/25.</p>
<p>08/04/2025 Desafio ( Mocking e tratamento de erros ) da Aula 30 ( Otimização ) do curso de Back-end na CoderHouse; Turma #63515 de 2024/25.</p>
</div>
Loading