Skip to content

Commit ea6ec05

Browse files
committed
chore: stop tracking resources/_gen cache, .DS_Store, and Hugo lock file
- Remove generated image cache from git; keep ignored via .gitignore - Update .gitignore for Hugo public/resources and OS metadata Made-with: Cursor
1 parent 3eb18a3 commit ea6ec05

File tree

86 files changed

+31
-3
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

86 files changed

+31
-3
lines changed

.DS_Store

-10 KB
Binary file not shown.

.gitignore

Lines changed: 31 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
1-
public
2-
resources
3-
*.DS_Store*
1+
# Hugo — generated output & image processor cache (recreated by `hugo`)
2+
/public/
3+
/resources/
4+
5+
# Hugo build lock (local / CI artifact; do not commit)
6+
.hugo_build.lock
7+
8+
# Dependencies (if you add npm tooling later)
9+
node_modules/
10+
11+
# Local env / secrets
12+
.env
13+
.env.*
14+
!.env.example
15+
16+
# macOS (any folder)
17+
**/.DS_Store
18+
.DS_Store
19+
20+
# Windows
21+
Thumbs.db
22+
Desktop.ini
23+
24+
# Editor — uncomment to keep machine-specific settings out of the repo
25+
# .vscode/
26+
# .idea/
27+
28+
# Logs & temp
29+
*.log
30+
*.tmp
31+
*~

.hugo_build.lock

Whitespace-only changes.

assets/.DS_Store

-6 KB
Binary file not shown.

content/.DS_Store

-6 KB
Binary file not shown.

0 commit comments

Comments
 (0)