diff options
author | HombreLaser <buran@silosneeded.com> | 2025-07-23 22:32:49 -0600 |
---|---|---|
committer | HombreLaser <buran@silosneeded.com> | 2025-07-23 22:32:49 -0600 |
commit | 20f8f8779c5ba0902f6332760d4c59a00300bd5f (patch) | |
tree | 14b4c55fad8e202f82ece005d7470dc008fd06f9 /.gitignore |
Initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b23e630 --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +*.gem +.bundle +.jekyll-cache +.sass-cache +_site +Gemfile.lock +*~
\ No newline at end of file |