Skip to content
Merged
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
14 changes: 13 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,16 @@ web/tests/visual-diffs/
# API docs snapshot artifacts — generated fresh from the running Wheels server
# on every develop CI run, then used to build the api site. Never committed.
/docs/api/v*-snapshot.json
/web/sites/api/src/content/docs/v*-snapshot/
/web/sites/api/src/content/docs/v*-snapshot/
# Runtime artifacts written into the working tree by a local test run or dev
# server. All three are regenerated on demand and none are source, but until now
# none were ignored either — so any `git add -A` after running the suite swept
# them into the diff. That happened twice: caught in review on the #3334/#3350/
# #3349/#3325/#3351 batch, and missed on #3362, which merged seven of them.
#
# public/testbox/system/stubs/ predates this entry with one file already tracked
# (F952D54F…). Ignoring a directory does not untrack what is already in the index,
# so that one stays as-is; only the accidental additions were removed.
public/testbox/system/stubs/
/rewrite.config
/box.json
52 changes: 0 additions & 52 deletions public/testbox/system/stubs/139184C0543CCDB338AEFB643110CB89.cfm

This file was deleted.

52 changes: 0 additions & 52 deletions public/testbox/system/stubs/16CA394252B074478BEBD2B3A9C8EA82.cfm

This file was deleted.

70 changes: 0 additions & 70 deletions public/testbox/system/stubs/30942F4D0BCB6139072EF27C66218715.cfm

This file was deleted.

52 changes: 0 additions & 52 deletions public/testbox/system/stubs/754BEF48E30B63BC11E518FA73C07785.cfm

This file was deleted.

70 changes: 0 additions & 70 deletions public/testbox/system/stubs/B7681C49C5125395612F24D97559A4C2.cfm

This file was deleted.

70 changes: 0 additions & 70 deletions public/testbox/system/stubs/C383511C024245809F1F73E0CA52E220.cfm

This file was deleted.

Loading
Loading