I think mill init should produce .ignore and .gitignore files if they are absent in the directory. They should contain /out/ and /.bsp/ directories. The user will need them anyway so this will improve user experience.
If a user opens newly created project they will see dozens of files from out directory which is a bit confusing.
I think
mill initshould produce .ignore and .gitignore files if they are absent in the directory. They should contain /out/ and /.bsp/ directories. The user will need them anyway so this will improve user experience.If a user opens newly created project they will see dozens of files from out directory which is a bit confusing.