https://github.com/opencv/cvat
Raw File
Tip revision: 6c02ebfc545daa52c471c48b61c7f17db8ecce2d authored by Nikita Manovich on 09 November 2020, 11:25:17 UTC
Update changelog
Tip revision: 6c02ebf
.gitignore
# Project Specific
/data/
/models/
/share/
/static/
/db.sqlite3
/.env
/keys
/logs
/profiles
/ssh/*
!/ssh/README.md
node_modules
/Mask_RCNN/
/letsencrypt-webroot/

# Ignore temporary files
docker-compose.override.yml
__pycache__
*.pyc
._*
.coverage

# Ignore development npm files
node_modules

# Ignore npm logs file
npm-debug.log*
yarn-debug.log*
yarn-error.log*

.DS_Store
back to top