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
Most IDE files can be generated using GradleRIO commands (i.e. gradlew idea or gradlew eclipse). Including them in the project could result in the IDE looking for a file on one computer that doesn't exist on another - an example can be seen here, where the Josh user might not exist on all computers used to edit the code.
Most IDE files can be generated using GradleRIO commands (i.e.
gradlew idea
orgradlew eclipse
). Including them in the project could result in the IDE looking for a file on one computer that doesn't exist on another - an example can be seen here, where theJosh
user might not exist on all computers used to edit the code.OpenRIO's example .gitignore includes all of these files.
The text was updated successfully, but these errors were encountered: