Compare commits
2 Commits
2abe5436ea
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 5601ebb7e4 | |||
| 8c6f01e01d |
@@ -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
|
||||
+2
-1
@@ -44,5 +44,6 @@ if (process.env.NODE_ENV !== 'test') {
|
||||
});
|
||||
}
|
||||
|
||||
module.exports = app;
|
||||
app.get("/teste", (req, res) => res.json({ msg: "Branch funcionando!" }));
|
||||
|
||||
module.exports = app;
|
||||
|
||||
Reference in New Issue
Block a user