When generating a new project using nim project create the .gitignore file that is generated now includes .deployed as well as .nimbella. This is the new name that the deployer will be using for the deployer-generated status directory of a project. I chose not to remove .nimbella altogether since a developer with a mixture of old and new projects may end up copying or cutting and pasting .gitignore files.
When generating a new project using
nim project create
the.gitignore
file that is generated now includes.deployed
as well as.nimbella
. This is the new name that the deployer will be using for the deployer-generated status directory of a project. I chose not to remove.nimbella
altogether since a developer with a mixture of old and new projects may end up copying or cutting and pasting.gitignore
files.