80 lines
1.2 KiB
Plaintext
80 lines
1.2 KiB
Plaintext
# Project Specific
|
|
/data/
|
|
/events/
|
|
/share/
|
|
/static/
|
|
/db.sqlite3
|
|
/keys
|
|
/logs
|
|
/profiles
|
|
|
|
# Ignore temporary files
|
|
docker-compose.override.yml
|
|
__pycache__
|
|
*.pyc
|
|
._*
|
|
.coverage
|
|
.husky/
|
|
.python-version
|
|
/tmp*cvat/
|
|
/temp*/
|
|
|
|
# Ignore generated test files
|
|
docker-compose.tests.yml
|
|
|
|
# Ignore npm logs file
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
.DS_Store
|
|
|
|
#Ignore Cypress tests temp files
|
|
/tests/cypress/fixtures
|
|
/tests/cypress/screenshots
|
|
.idea/
|
|
|
|
#Ignore helm-related files
|
|
/helm-chart/Chart.lock
|
|
/helm-chart/values.*.yaml
|
|
/helm-chart/charts/*
|
|
|
|
#Ignore website temp files
|
|
/site/public/
|
|
/site/resources/
|
|
/site/node_modules/
|
|
/site/tech-doc-hugo
|
|
/site/.hugo_build.lock
|
|
|
|
# Ignore all the installed packages
|
|
node_modules
|
|
/*env*/
|
|
/.*env*
|
|
perfkit.egg-info/
|
|
|
|
# Ignore all js dists
|
|
cvat-data/dist
|
|
cvat-core/dist
|
|
cvat-canvas/dist
|
|
cvat-canvas3d/dist
|
|
cvat-ui/dist
|
|
|
|
# produced by prepare in the root package.json script
|
|
.husky
|
|
|
|
# produced by cvat/apps/iam/rules/tests/generate_tests.py
|
|
/cvat/apps/*/rules/*_test.gen.rego
|
|
|
|
# produced by allure report
|
|
/**/allure-report*
|
|
/**/allure-results*
|
|
|
|
# https://yarnpkg.com/getting-started/qa#which-files-should-be-gitignored
|
|
**/.pnp.*
|
|
**/.yarn/*
|
|
**/!.yarn/patches
|
|
**/!.yarn/plugins
|
|
**/!.yarn/releases
|
|
**/!.yarn/sdks
|
|
**/!.yarn/versions
|