diff options
author | Romain Gonçalves <me@rgoncalves.se> | 2021-08-07 18:20:07 +0200 |
---|---|---|
committer | Romain Gonçalves <me@rgoncalves.se> | 2021-08-07 18:20:07 +0200 |
commit | 1b5bfd89244367acf86fcf311dbddacd22bd7b14 (patch) | |
tree | fab0c74860ddd08b65b0476fe2254fce2a620f65 | |
download | rgoncalves.se-1b5bfd89244367acf86fcf311dbddacd22bd7b14.tar.gz |
.gitignore: Init scaffold
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c7d81b7 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +out/ +tmp/ |