Skip to content

Commit aa667b8

Browse files
committed
ignore inputs folder
1 parent 257ca54 commit aa667b8

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
9+
### Changed
10+
- Input files are ignored in source control by default ([#231](https://github.com/beakerandjake/advent-of-code-runner/issues/231))
911

1012
## [1.4.0] - 2023-11-13
1113
### Added

templates/template-gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,4 +132,7 @@ dist
132132
.pnp.*
133133

134134
# advent of code api rate limit file
135-
.ratelimits.json
135+
.ratelimits.json
136+
137+
# advent of code input files
138+
inputs/

0 commit comments

Comments
 (0)