diff options
| author | dmlunar <root@lunar.sh> | 2025-03-14 13:56:27 +0200 |
|---|---|---|
| committer | dmlunar <root@lunar.sh> | 2025-08-08 16:16:49 +0200 |
| commit | 994b347557ccf03af0cd910d8ba50d127b7a61dd (patch) | |
| tree | 9ece6c3e1b6bf5477737df137df0536b0c8e9559 /.gitignore | |
| download | journal.lunar.sh-994b347557ccf03af0cd910d8ba50d127b7a61dd.tar.gz journal.lunar.sh-994b347557ccf03af0cd910d8ba50d127b7a61dd.zip | |
journal: initial commit
initial commit.
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..62bf725 --- /dev/null +++ b/.gitignore @@ -0,0 +1,10 @@ +_site +.DS_Store +.jekyll +.jekyll-metadata +.bundle +.sass-cache +Gemfile +Gemfile.lock +node_modules +package.json |
