You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First, thank you very much for your brilliant idea and perfect work.
There is one point I'd like to tell:
When you Upload your code, you can use .gitignore to avoid uploading redundant and useless compiled files.
If you already using it, you can add those files such as *.vcxproj in .gitignore.
Best wishes and hope you continue to innovate and develop continuously.
The text was updated successfully, but these errors were encountered:
First, thank you very much for your brilliant idea and perfect work.
There is one point I'd like to tell:
When you Upload your code, you can use
.gitignore
to avoid uploading redundant and useless compiled files.If you already using it, you can add those files such as
*.vcxproj
in.gitignore
.Best wishes and hope you continue to innovate and develop continuously.
The text was updated successfully, but these errors were encountered: