Skip to content

Commit 74654d7

Browse files
committed
updated gitignore
1 parent 3f1661b commit 74654d7

File tree

1 file changed

+23
-1
lines changed

1 file changed

+23
-1
lines changed

.gitignore

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,26 @@ docs/node_modules/
44
docs/src/.vuepress/.cache/
55
docs/src/.vuepress/.temp/
66
docs/src/.vuepress/dist/
7-
docs/yarn.lock
7+
docs/yarn.lock
8+
/temp-out/
9+
10+
# Ignore IDE specific files
11+
.vscode/
12+
.idea/
13+
*.iml
14+
.DS_Store
15+
*.log
16+
npm-debug.log*
17+
yarn-error.log*
18+
pnpm-debug.log*
19+
.env
20+
.env.local
21+
.env.*.local
22+
.cache/
23+
.next/
24+
out/
25+
build/
26+
dist/
27+
coverage/
28+
*.tsbuildinfo
29+
.sass-cache/

0 commit comments

Comments
 (0)