Skip to content
Snippets Groups Projects
Select Git revision
  • 0588436dddc1c8d23a368073f33966fb961ee27c
  • main default protected
2 results

.gitignore

Blame
  • .gitignore 201 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/
    .openvscode-server/