Skip to content

Commit c3faa59

Browse files
committed
chore: update gitignore
1 parent e6db541 commit c3faa59

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed
Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
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

0 commit comments

Comments
 (0)