Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ dist
*.swp
*.swo

# Python
__pycache__
*.pyc

# OS
.DS_Store
Thumbs.db
Expand All @@ -40,6 +44,9 @@ Thumbs.db
!/public/**/*.mp4
!/public/**/*.webm

# Analyzer output (generated frames & results)
scripts/analyze-style/output/

# Logs
*.log
npm-debug.log*
Expand Down
218 changes: 10 additions & 208 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading