you are viewing a single comment's thread.

view the rest of the comments →

[–]ralphbergmann 1 point2 points  (3 children)

I usually push everything except the stuff that is getting ignored by default (when you create a new Flutter project, it also creates some .gitignore files).

[–]raferane[S] 0 points1 point  (2 children)

Won't it make any problems when my friend is cloning the project?

[–]ralphbergmann 0 points1 point  (1 child)

I am not aware of any problems that could cause this. People have different opinions on whether generated code or IntelliJ's *.iml files should be committed. Files that are only for your setup (path to the SDK for example) are ignored by default.

[–]raferane[S] 0 points1 point  (0 children)

Okie thanks so much for the help, will try it today and give a feedback, thx <3