Skip to content

Commit

Permalink
Merge branch 'main' into update-globals-button-rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyCBakerPhD authored Nov 1, 2023
2 parents fd750b2 + c362886 commit d8f2e2d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ const propsToIgnore = [
"Ophys", // Always ignore ophys metadata (for now)
"Icephys", // Always ignore icephys metadata (for now)
"Behavior", // Always ignore behavior metadata (for now)
new RegExp("ndx-.+"), // Ignore all ndx extensions
// new RegExp("ndx-.+"), // Ignore all ndx extensions
"ndx-dandi-icephys",
"subject_id",
"session_id",
];
Expand Down

0 comments on commit d8f2e2d

Please sign in to comment.