File tree Expand file tree Collapse file tree 1 file changed +37
-2
lines changed
Expand file tree Collapse file tree 1 file changed +37
-2
lines changed Original file line number Diff line number Diff line change @@ -21,5 +21,40 @@ snippet:
2121collection :
2222 - content/collections/**/*.yaml
2323content :
24- - content/**/*.md
25- - content/**/*.yaml
24+ - content/**
25+ design :
26+ - design/**
27+ web :
28+ - src/**
29+ - .babelrc
30+ - astro.config.mjs
31+ - netlify.toml
32+ - package-lock.json
33+ - package.json
34+ development :
35+ - .github/**
36+ - .vscode/**
37+ - .eslintrc.json
38+ - .gitattributes
39+ - .gitignore
40+ - .prettierignore
41+ - .prettierrc
42+ - jsconfig.json
43+ backend :
44+ - src/blocks/**
45+ - src/scripts/**
46+ ci/cd :
47+ - .github/**
48+ - netlify.toml
49+ dependencies :
50+ - package-lock.json
51+ ui/ux :
52+ - src/components/**
53+ - src/icons/**
54+ - src/layouts/**
55+ - src/pages/**
56+ - src/styles/**
57+ tests :
58+ - src/test/**
59+
60+
You can’t perform that action at this time.
0 commit comments