Some repositories couldn't be updated, please check application logs for details.
BadCredentialsException: 401 {"message": "Bad credentials", "documentation_url": "https://docs.github.com/rest", "status": "401"}

aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.dockerignore
blob: 5367300ed20017ef4d1a4efec7739f2e0ea5e48a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
*

# Only things actually used during the build process:
!/3rdparty/**
!/CMakeLists.txt
!/LICENSE.txt
!/cmake/**
!/include/**
!/src/**
!/test/**
!/utils/**