We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 825fe65 commit e6db541Copy full SHA for e6db541
examples/kendo-unstyled-tailwind/.astro/settings.json
examples/kendo-unstyled-tailwind/.gitignore
@@ -1 +1,27 @@
1
-node_modules
+# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
2
+
3
+# dependencies
4
+/node_modules
5
+/.pnp
6
+.pnp.js
7
8
+# testing
9
+/coverage
10
11
+# production
12
+/build
13
14
+# misc
15
+.DS_Store
16
+.env.local
17
+.env.development.local
18
+.env.test.local
19
+.env.production.local
20
+**/kendo-ui-license**
21
22
+npm-debug.log*
23
+yarn-debug.log*
24
+yarn-error.log*
25
26
+# License
27
+kendo-ui-license.txt
0 commit comments