fix: remove accidentally committed scratch files + tighten .gitignore
Removes: video files, scratch canvases, Nate Herk transcript, personal images dropped in vault root. Adds gitignore rules to prevent recurrence. Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
24
.gitignore
vendored
24
.gitignore
vendored
@@ -39,10 +39,34 @@ PROMPT.md
|
||||
*.tmp.*
|
||||
Obsidian vault*
|
||||
Untitled.canvas
|
||||
Untitled *.canvas
|
||||
Untitled.base
|
||||
*.base
|
||||
|
||||
# Scratch canvases and personal vault files
|
||||
Banana Images.canvas
|
||||
Demo Images.canvas
|
||||
*Images.canvas
|
||||
|
||||
# Daily notes created by Calendar plugin
|
||||
????-??-??.md
|
||||
|
||||
# Video and large media files
|
||||
*.mkv
|
||||
*.mp4
|
||||
*.mov
|
||||
*.avi
|
||||
|
||||
# Transcripts (copyright — do not commit)
|
||||
*Trascipt*.txt
|
||||
*Transcript*.txt
|
||||
|
||||
# Personal images dropped in vault root
|
||||
cosmic code.png
|
||||
_attachments/code-genesis.png
|
||||
_attachments/neural-voyager.png
|
||||
_attachments/the-frontier.png
|
||||
|
||||
# Excalidraw drawings (personal, user-specific)
|
||||
Excalidraw/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user