Skip to content

Commit

Permalink
fix typo in Makefile; exclude ch.*.json files from blank-at-eof git c…
Browse files Browse the repository at this point in the history
…heck
  • Loading branch information
domfre committed Jan 10, 2025
1 parent fbe2147 commit 1c4a2b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ Makefile text whitespace=indent-with-non-tab
*.png binary
*.jpg binary
*.jar binary
dev/sample_data/ch.*.json whitespace=-blank-at-eof
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ update_fed_data_urls: \

# hard apply the newly generated data to the project. Changes must then be committed
.PHONY: update_fed_data
update_fed_data_urls: prepare_fed_data
update_fed_data: prepare_fed_data
cp $(FED_JSONS) $(PG_DEV_DATA_DIR)

# do everything automatically: find the new URLs, generate json data, copy json to project
Expand Down

0 comments on commit 1c4a2b6

Please sign in to comment.