Skip to content

Commit

Permalink
add ? to .gitignore and sort the file
Browse files Browse the repository at this point in the history
  • Loading branch information
lcn2 committed Dec 31, 2024
1 parent ecf1143 commit 94a3682
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@
._.DS_Store
.auth.json
.info.json
.s[a-zA-Z][a-zA-Z0-9]
.*.s[a-zA-Z][a-zA-Z0-9]
.s[a-zA-Z][a-zA-Z0-9]
.tmp.*
/NOTES
/archive/historic/[12][0-9][0-9][0-9]
?
author_wins.csv
author_wins.numbers
debug.input.md
Expand Down

0 comments on commit 94a3682

Please sign in to comment.