chore: gitignore working artifacts and large source files
This commit is contained in:
parent
d0b3926a55
commit
ef3daba433
1 changed files with 17 additions and 1 deletions
18
.gitignore
vendored
18
.gitignore
vendored
|
|
@ -7,9 +7,25 @@ venv/
|
||||||
.envrc
|
.envrc
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
|
||||||
# Local cached renders
|
# Local cached renders / runtime outputs
|
||||||
out/
|
out/
|
||||||
cache/
|
cache/
|
||||||
|
inky_today.png
|
||||||
|
bla.png
|
||||||
|
|
||||||
|
# Debug / one-off scripts
|
||||||
|
_debug_dump.py
|
||||||
|
|
||||||
|
# Working artifacts (sources we keep on disk but don't track)
|
||||||
|
*.xcf
|
||||||
|
|
||||||
|
# Picture experiments / one-offs (keep pictures/cosmicstag.png — used by renderer)
|
||||||
|
180526_menu.jpeg
|
||||||
|
180526_menu-inky.png
|
||||||
|
pictures/CastleMenu*.png
|
||||||
|
pictures/TechMeetup*.png
|
||||||
|
pictures/Tech Meetup.*
|
||||||
|
pictures/test-display.*
|
||||||
|
|
||||||
# Reference clones (keep tracked source-of-truth elsewhere)
|
# Reference clones (keep tracked source-of-truth elsewhere)
|
||||||
reference/
|
reference/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue