Skip to content
Snippets Groups Projects
Select Git revision
  • 5566611ef83f9b5930f71015b0e0c327e9d32078
  • master default protected
2 results

.gitignore

Blame
  • Tue Herlau's avatar
    tuhe authored
    5566611e
    History
    Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    .gitignore 627 B
    ## This stuff relates to unitgrade and build-stuff we don't care about.
    '
    __pycache__
    .idea
    *.token
    cp.egg-info
    cache.db
    *_grade.manifest
    *.artifacts.pkl
    .coveragerc
    *_tests_complete_grade.py
    # Lock file. DISABLE checking with gitlab (and syncing), so you *wnat* this on your computer, but *not* on the students computer.
    **/unitgrade_data/dont_check_remote.lock
    
    ######################## Comment these out upon release. #############################
    cp/ex05
    cp/ex06
    cp/ex07
    cp/ex08
    cp/ex09
    cp/ex10
    cp/ex11
    cp/ex12
    cp/exam
    cp/project1
    # cp/project2
    cp/project3
    cp/project4
    cp/project5
    cp/project6