You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello guys, I'm starting the development of a new project. I chose nestjs because honestly it is the most complete framework I have ever seen, I really liked the documentation and the ecosystem.
I noticed something strange, I created a docker-compose.yml file and it is being ignored in the .gitignore file.
Are there any specific reasons for this? In our environment the node runs inside containers so that you don't have to install dependencies on the machines. In addition to the fact that continuous integration is part of the project, I believe that ignoring this file is not correct.
Thanks to personal attention!
The text was updated successfully, but these errors were encountered:
Hello guys, I'm starting the development of a new project. I chose nestjs because honestly it is the most complete framework I have ever seen, I really liked the documentation and the ecosystem.
I noticed something strange, I created a
docker-compose.yml
file and it is being ignored in the.gitignore
file.Are there any specific reasons for this? In our environment the node runs inside containers so that you don't have to install dependencies on the machines. In addition to the fact that continuous integration is part of the project, I believe that ignoring this file is not correct.
Thanks to personal attention!
The text was updated successfully, but these errors were encountered: