-
Notifications
You must be signed in to change notification settings - Fork 11
/
.gitignore
84 lines (74 loc) · 1.77 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
**/cypress/videos/
**/cypress/screenshots/
allure-results
.cache
clickhouse-metrics-output
# Dependency directories
node_modules/
_node_modules/
!tools/monorepo/depscheck/src/__fixtures__/**/node_modules
!tools/check-versions/__integration__/__fixtures__/**/node_modules
.yarn-offline-cache
.npm
# IDE
.DS_Store
.devcontainer
.idea
.history
.blueprints
.vscode/*
# список настроек для vs code которые шарятся внутри команды, !не должен включать явно settings.json и launch.json т.к. это сугубо личные предпочтения и их не надо хранить
# рекомендуемые расширения для репозитория
!.vscode/extensions.json
# рекомендуемые настройки
!.vscode/*.recommended
# test
/coverage
playwright-report
test-results
# Compiled sources
lib
tests.d.ts
tests.js
__migrations__
**/dist
stats.json
stats.modern.json
webpackAssets.json
.tmp
test/tramvai.json
tinkoff-examples/granular/src/bundles
tinkoff-examples/granular/src/pages
tinkoff-examples/granular/src/deps
**/*.cpuprofile
# package-lock
examples/*/package-lock.json
tinkoff-examples/*/package-lock.json
packages/**/package-lock.json
tinkoff-packages/**/package-lock.json
tsconfig.tsbuildinfo
smokeYarn
smokeNpm
smoke-simple-app-pwa
debug-path
.copybara
copy.bara.sky
install.env
examples-standalone/**/package-lock.json
examples-standalone/**/yarn.lock
examples-standalone/**/node_modules
examples-standalone/**/dist
examples-standalone/**/.git
examples-standalone/**/.tmp
examples-standalone/**/.env
examples-standalone/**/.tramvai-migrate-applied.json
examples-standalone/**/.yalc
examples-standalone/**/yalc.lock
*.pem
*.key