Skip to content

Commit

Permalink
Only ignore one extension
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettmflynn committed Nov 1, 2023
1 parent da7b93f commit c362886
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,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 c362886

Please sign in to comment.