Code for the Advent of Code event
aoc advent-of-code
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 52 lines 609 B view raw
1.env 2.direnv/ 3 4.config/aoc.toml 5 6*.txt 7!test*.txt 8!notes*.txt 9 10/init.yml 11 12# Ignore AoC input files 13input* 14!input*.md 15# Ignore input files from other people 16camille 17itsbth 18alt_* 19 20# Ignore AoC example files 21example* 22 23# Ignore everything IntelliJ/IDEA, for now 24.idea/ 25 26# Ignore dump files 27*.dump 28 29# Ignore Flamegraph files 30flamegraph* 31 32# Ignore videos 33*.webm 34 35# Ignore adjusted files for Golfcoder 36golf*.rb 37 38# Ignore output from `bundle graph` 39gem_graph.png 40 41.yardoc/ 42doc/yard 43sig/aoc.rbs 44 45### Rust ### 46# Generated by Cargo 47# will have compiled files and executables 48/target/ 49 50 51### Python ### 52.ipynb_checkpoints