Skip to content

Commit 4a1202d

Browse files
committed
chore: tidy up gitignore
1 parent 10ab948 commit 4a1202d

File tree

1 file changed

+16
-6
lines changed

1 file changed

+16
-6
lines changed

.gitignore

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,21 @@
1+
# mkosi artifacts
2+
13
build/
2-
mkosi/
34
env.json
4-
mkosi.packages/
5-
mkosi.cache/
65
mkosi.builddir/
7-
*.qcow2
8-
.claudesync/
9-
.claudeignore
6+
mkosi.cache/
7+
mkosi.packages/
8+
mkosi/
9+
10+
# temporary files
11+
12+
.temp
1013
tmp/
14+
15+
# IDEs/agents/whatnot
16+
17+
.claudeignore
18+
.claudesync/
19+
.vscode
20+
*.qcow2
1121
NvVars

0 commit comments

Comments
 (0)