Skip to content
Merged
Show file tree
Hide file tree
Changes from 11 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
5 changes: 5 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# linguist-generated hides a path from diffs by default and drops it from language statistics.
# https://docs.github.com/en/repositories/working-with-files/managing-files/customizing-how-changed-files-appear-on-github

# Written by packages/webapp/scripts/bundle-snapshot.mjs; ~15k lines
packages/webapp/bundle-snapshots/*.json linguist-generated=true
3 changes: 3 additions & 0 deletions packages/webapp/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,6 @@ packages/.DS_Store
packages/webapp/.pnpm-debug.log

/dist

# Local bundle snapshots. Only released states are committed, and those go to bundle-snapshots/.
/.bundle-snapshots
Loading
Loading