From 35637cece167b3c36cbca26ce665d2b2c914b288 Mon Sep 17 00:00:00 2001 From: Keenan Tims Date: Fri, 13 Dec 2024 02:14:48 -0800 Subject: [PATCH] readme --- .gitignore | 2 ++ .pre-commit-config.yaml | 15 +++++++++++++++ README.md | 3 +++ 3 files changed, 20 insertions(+) create mode 100644 .pre-commit-config.yaml create mode 100644 README.md diff --git a/.gitignore b/.gitignore index 4b861a9..2ad0769 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,5 @@ input flamegraph.svg perf.data* guesses +.aoc_tiles/* +!.aoc_tiles/tiles/ diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml new file mode 100644 index 0000000..5424945 --- /dev/null +++ b/.pre-commit-config.yaml @@ -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 diff --git a/README.md b/README.md new file mode 100644 index 0000000..dc256f5 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ + + +