Skip to content
Snippets Groups Projects
Select Git revision
  • 29c1ff34334a525c8d8fed2709f428c29fd8bd4a
  • main default protected
  • mthoma48-main-patch-76227
  • 1-fix-assignment-errors
4 results

.gitignore

Blame
  • .gitignore 173 B
    # This file tells git what files to "ignore"
    # Typically, these are all the generated files (as we only commit source code, not binary output)
    
    .gradle/
    .idea/
    build/