Skip to content
Snippets Groups Projects
Select Git revision
  • 1e11e1c5ded8861f98593e4d6dde88b39d2c7256
  • main default protected
2 results

.gitignore

Blame
  • .gitignore 181 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/
    
    .vscode
    bin/