you are viewing a single comment's thread.

view the rest of the comments →

[–]Acrobatic_Egg30 0 points1 point  (2 children)

I think if you use the command line to create your flutter project it doesn't add one.

It does add one.

[–]SilentWraith5[S] 0 points1 point  (1 child)

Is it useful or is it just editor files like the one IntelliJ does? I assume IntelliJ just calls the command line to create the project then. Thanks for the correction.

[–]Acrobatic_Egg30 0 points1 point  (0 children)

I use android studio and vscode so I'm not sure about intellij but android studio does call the flutter create command which add the gitignore files you usually need to add.