Skip to content

Commit 2f51ff9

Browse files
committed
fix: restore .gitignore
1 parent 288e8f2 commit 2f51ff9

File tree

1 file changed

+24
-2
lines changed

1 file changed

+24
-2
lines changed

.gitignore

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1-
.tasks/*
2-
.idea
1+
# ide
2+
.idea/
3+
.env
4+
5+
# docs
6+
node_modules
7+
docs/.vitepress/cache
8+
docs/.vitepress/dist
9+
10+
# installation
11+
lib/
12+
bin/bashunit
13+
bin/checksum
314

15+
# logger
16+
log-junit.xml
17+
report.html
18+
19+
# internal
20+
local/
21+
tmp/
22+
dev.log
23+
24+
# ai
25+
.tasks/*

0 commit comments

Comments
 (0)