This commit is contained in:
Keenan Tims 2024-12-13 02:14:48 -08:00
parent ebf5a0a489
commit 35637cece1
Signed by: ktims
GPG Key ID: 11230674D69038D4
3 changed files with 20 additions and 0 deletions

2
.gitignore vendored
View File

@ -3,3 +3,5 @@ input
flamegraph.svg
perf.data*
guesses
.aoc_tiles/*
!.aoc_tiles/tiles/

15
.pre-commit-config.yaml Normal file
View File

@ -0,0 +1,15 @@
repos:
- repo: https://github.com/LiquidFun/aoc_tiles
rev: 0.6.2
hooks:
- id: aoc-tiles
# Optionally use these arguments. Auto add tiles to git adds the tiles to git,
# possibly amends your commit by creating the tile images and updating the README.
# Language sorting shows the preference of the order of the languages to use.
# Exclude paterns are globs which can be used to exclude files when creating
# the tiles. See the customization section in the README for more flags.
# Simply remove the comments (#) below for args and the flags you want.
args:
- --auto-add-tiles-to-git=amend
# - --language-sorting=jl,kt,py,rs
# - --exclude-patterns=2021/*/*.apl,2021/*/*.py,2021/*/*.cpp

3
README.md Normal file
View File

@ -0,0 +1,3 @@
<!-- AOC TILES BEGIN -->
<!-- AOC TILES END -->