File tree Expand file tree Collapse file tree 1 file changed +19
-19
lines changed
examples/kendo-unstyled-tailwind Expand file tree Collapse file tree 1 file changed +19
-19
lines changed Original file line number Diff line number Diff line change 1- # See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
1+ # build output
2+ dist /
3+
4+ # generated types
5+ .astro /
26
37# dependencies
4- /node_modules
5- /.pnp
6- .pnp.js
8+ node_modules /
79
8- # testing
9- /coverage
10+ # logs
11+ npm-debug.log *
12+ yarn-debug.log *
13+ yarn-error.log *
14+ pnpm-debug.log *
1015
11- # production
12- /build
16+ # environment variables
17+ .env
18+ .env.production
1319
14- # misc
20+ # macOS-specific files
1521.DS_Store
16- .env.local
17- .env.development.local
18- .env.test.local
19- .env.production.local
20- ** /kendo-ui-license **
2122
22- npm-debug.log *
23- yarn-debug.log *
24- yarn-error.log *
23+ # jetbrains setting folder
24+ .idea /
2525
26- # License
27- kendo-ui-license.txt
26+ # package-lock.json
27+ package-lock.json
You can’t perform that action at this time.
0 commit comments