Skip to content
Snippets Groups Projects
Select Git revision
  • main
1 result

LICENSE

Blame
  • This project is licensed under the MIT License. Learn more
    .gitignore 167 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/