Hi, I created a Rails project using a Docker container by following Getting Started with Dev Containers in the Rails Guides. I have a couple of questions.
-
For my initial commit, can I simply add everything to git or do I need to tweak .gitignore and ignore certain files (Docker-related files for example)?
-
As Visual Studio Code reopens the project in a Docker container, is it advisable to do everything in VS Code (at least until I know what Iām doing)?
Thanks