Adding .gitignore to ignore *.xlsx files.

This commit is contained in:
Ed Braaten 2026-01-26 05:45:23 -08:00
parent 2bc38e42ac
commit e4792d157e
No known key found for this signature in database
GPG key ID: 89155734DA752F49

2
.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
# ignore our binary Excel file
*.xlsx