54 строки
599 B
Plaintext
54 строки
599 B
Plaintext
*~
|
|
*.pyc
|
|
*.swp
|
|
.sass-cache
|
|
.vscode/*
|
|
!.vscode/launch.json
|
|
*oauth2.data
|
|
.fcm_server_key
|
|
*.iml
|
|
.idea/*
|
|
bulkloader-*
|
|
cookie
|
|
lib
|
|
|
|
# env variables file
|
|
env_vars.yaml
|
|
|
|
# Dependency directories
|
|
node_modules
|
|
|
|
# Generated files
|
|
static/css/
|
|
static/dist/
|
|
|
|
# OS files
|
|
*.DS_Store
|
|
|
|
# Test coverage tool
|
|
.coverage
|
|
htmlcov
|
|
|
|
# Web test runner coverage report
|
|
coverage
|
|
|
|
# venv directory
|
|
cs-env
|
|
|
|
# playwright
|
|
test-results/
|
|
/playwright-report/
|
|
/playwright/.cache/
|
|
|
|
# API Key for local development
|
|
ot_api_key.txt
|
|
|
|
# Typescript incremental build
|
|
tsconfig.tsbuildinfo
|
|
|
|
# rollup cache
|
|
.rollup.cache/
|
|
|
|
# build output
|
|
build/
|