Skip to content

Commit 2ed1069

Browse files
committed
chore: ignore public/icons directory
Icons are managed via Lucide React, keeping local icon directory untracked to avoid repo bloat.
1 parent 3992cca commit 2ed1069

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ Thumbs.db
3434
# Vercel
3535
.vercel
3636

37+
# Icons (using Lucide instead)
38+
public/icons/
39+
3740
# TypeScript
3841
*.tsbuildinfo
3942
next-env.d.ts

0 commit comments

Comments
 (0)