Skip to content
Snippets Groups Projects
Select Git revision
  • 521f1c8ba245fc3400bb16b6880a96125ddeef70
  • master default
2 results

.gitignore

Blame
  • Forked from cosc360-2016 / project-base
    Source project has a limited visibility.
    .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/