diff options
| author | Paul Buetow <paul@buetow.org> | 2026-04-19 21:51:47 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-04-19 21:51:47 +0300 |
| commit | a87e799634280e2b52a5fcacafc44cb28a0d288e (patch) | |
| tree | b0fb8aa3854f0982bef448599125c0d100ffd555 /.gitignore | |
t4: scaffold ComicForge Go project
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4e40665 --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +comicforge +comics/ +*.pdf +*.mp3 +.idea/ +.vscode/ + |
