Compare commits
4 Commits
e9bb8d83b0
..
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 5601ebb7e4 | |||
| 8c6f01e01d | |||
| 2abe5436ea | |||
| e35533f703 |
@@ -0,0 +1,9 @@
|
|||||||
|
# Força LF (Linux) em todos os arquivos de código.
|
||||||
|
# Evita problemas de CRLF/LF entre Windows e Linux no pipeline.
|
||||||
|
* text=auto eol=lf
|
||||||
|
|
||||||
|
# Binários — não converter quebras de linha
|
||||||
|
*.png binary
|
||||||
|
*.jpg binary
|
||||||
|
*.gif binary
|
||||||
|
*.ico binary
|
||||||
@@ -44,4 +44,6 @@ if (process.env.NODE_ENV !== 'test') {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
app.get("/teste", (req, res) => res.json({ msg: "Branch funcionando!" }));
|
||||||
|
|
||||||
module.exports = app;
|
module.exports = app;
|
||||||
|
|||||||
Reference in New Issue
Block a user