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
| # .gitignore
| .DS_Store
| node_modules
| dist
| .env.local
| .env.*.local
| npm-debug.log*
| yarn.lock
| yarn-debug.log*
| yarn-error.log*
| .idea
| *.suo
| *.ntvs*
| *.njsproj
| *.sln
| *.sw?
| public/video
| *.zip
| *.7z
| /src/layouts/components/zx-layouts
| /zx-templates
| /package-lock.json
| /src/styles/themes/green.scss
| /src/styles/themes/dark.scss
| /src/styles/themes/glory.scss
|
|