Skip to content

Commit 4e98613

Browse files
committed
cleanup
1 parent 52d0a0c commit 4e98613

317 files changed

Lines changed: 59 additions & 36629 deletions

File tree

Some content is hidden

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

.gitignore

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,60 @@
1+
# Created by https://www.toptal.com/developers/gitignore/api/macos,hugo,zig
2+
# Edit at https://www.toptal.com/developers/gitignore?templates=macos,hugo,zig
3+
4+
### Hugo ###
5+
# Generated files by hugo
6+
/public/
7+
/resources/_gen/
8+
/assets/jsconfig.json
9+
hugo_stats.json
10+
11+
# Executable may be added to repository
12+
hugo.exe
13+
hugo.darwin
14+
hugo.linux
15+
16+
# Temporary lock file while building
17+
/.hugo_build.lock
18+
19+
### macOS ###
20+
# General
121
.DS_Store
22+
.AppleDouble
23+
.LSOverride
24+
25+
# Icon must end with two \r
26+
Icon
27+
28+
# Thumbnails
29+
._*
30+
31+
# Files that might appear in the root of a volume
32+
.DocumentRevisions-V100
33+
.fseventsd
34+
.Spotlight-V100
35+
.TemporaryItems
36+
.Trashes
37+
.VolumeIcon.icns
38+
.com.apple.timemachine.donotpresent
39+
40+
# Directories potentially created on remote AFP share
41+
.AppleDB
42+
.AppleDesktop
43+
Network Trash Folder
44+
Temporary Items
45+
.apdisk
46+
47+
### macOS Patch ###
48+
# iCloud generated files
49+
*.icloud
50+
51+
### zig ###
52+
# Zig programming language
53+
54+
zig-cache/
55+
zig-out/
56+
build/
57+
build-*/
58+
docgen_tmp/
59+
60+
# End of https://www.toptal.com/developers/gitignore/api/macos,hugo,zig

.hugo_build.lock

Whitespace-only changes.

code_examples/zig/information_chaining_part_1/.zig-cache/h/01e948d48e11458ef4f78d0614d04a54.txt

Lines changed: 0 additions & 838 deletions
This file was deleted.

code_examples/zig/information_chaining_part_1/.zig-cache/h/0cdc8bb41560bc138d663442197b99e3.txt

Lines changed: 0 additions & 857 deletions
This file was deleted.

code_examples/zig/information_chaining_part_1/.zig-cache/h/1160bbc7fb89d8e1e40cf6c0fd856e38.txt

Lines changed: 0 additions & 858 deletions
This file was deleted.

code_examples/zig/information_chaining_part_1/.zig-cache/h/1e7a62888fd9157d38f9104abea10df5.txt

Lines changed: 0 additions & 2 deletions
This file was deleted.

code_examples/zig/information_chaining_part_1/.zig-cache/h/3567592aaf291c1b31c671c344a20447.txt

Lines changed: 0 additions & 2 deletions
This file was deleted.

code_examples/zig/information_chaining_part_1/.zig-cache/h/399565fe182b798c55fbef6afd98305c.txt

Lines changed: 0 additions & 863 deletions
This file was deleted.

code_examples/zig/information_chaining_part_1/.zig-cache/h/4177958526d41ca87aa2a4d118cd0174.txt

Lines changed: 0 additions & 840 deletions
This file was deleted.

code_examples/zig/information_chaining_part_1/.zig-cache/h/4aa9e40a48408864d92e5be784382d35.txt

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)