-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.gitignore
61 lines (50 loc) · 842 Bytes
/
.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
#ide folders
/.idea
/.vscode
# dependencies
/pnpm-global
/node_modules
/.pnp
.pnp.js
package-lock.json
# testing
/coverage
# production
/dist
# misc
.DS_Store
.env.local
.env.*.local
web_modules
npm-debug.log*
npm-error.log*
yarn-debug.log*
yarn-error.log*
env.yml
*.log
stats.json
stats.html
template.config.js
.eslintcache
configs/*.local.*
public/config/appconfig.json
public/config/features.local.json
cosmos/dist/
cosmos-export/
~*
# vite temp
vite.config.ts.js
vite.config.ts.timestamp-*
# scripts
.path
#i18next - ignore all locales instead of en (https://gist.github.com/hieblmedia/9318457)
!src/core/localization/translations
src/core/localization/translations/**
!src/core/localization/translations/en
size-report.json
translations-report.md
/test-results/
/playwright-report/
/blob-report/
/playwright/.cache/
e2e/.auth