Skip to content

Commit 70016cd

Browse files
Remove input files and task descriptions from git tracking
- Add patterns to .gitignore for inputs directories and task description files - Remove all input files and backstory files from git tracking (kept locally) - Per Advent of Code rules, these should not be stored in version control
1 parent 7ca34b2 commit 70016cd

File tree

174 files changed

+11
-47397
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

174 files changed

+11
-47397
lines changed

.gitignore

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,4 +178,14 @@ Cargo.lock
178178

179179
*.exe
180180

181-
obj/
181+
obj/
182+
183+
# Advent of Code - Input files and task descriptions
184+
# Per AoC rules, these should not be stored in version control
185+
**/inputs/
186+
**/input*.txt
187+
**/input*.in
188+
**/*backstory*.txt
189+
**/example*.txt
190+
**/*example*.txt
191+
**/*example*.in

2017/day1/_backstory.txt

Lines changed: 0 additions & 28 deletions
This file was deleted.

2017/day1/input.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

2017/day10/_backstory.txt

Lines changed: 0 additions & 64 deletions
This file was deleted.

2017/day10/input.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

2017/day11/_backstory.txt

Lines changed: 0 additions & 30 deletions
This file was deleted.

2017/day11/input.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

2017/day12/_backstory.txt

Lines changed: 0 additions & 43 deletions
This file was deleted.

0 commit comments

Comments
 (0)