Skip to content

Commit

Permalink
Ignore .ds_store
Browse files Browse the repository at this point in the history
  • Loading branch information
elsaperelli committed Mar 20, 2024
1 parent afb6587 commit 6ad518d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data-requirements/fqm-e-dr.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ async function main() {
// get all of the file names (short and fullPath) from the jan-2024-connectathon directory
const allBundles = fs
.readdirSync(JAN_2024_CONNECTATHON_BASE_PATH)
.filter(f => f !== '.gitkeep')
.filter(f => !f.startsWith('.'))
.map(f => ({
shortName: f.split('v')[0],
fullPath: path.join(JAN_2024_CONNECTATHON_BASE_PATH, f)
Expand Down

0 comments on commit 6ad518d

Please sign in to comment.