diff options
author | Qrius <[email protected]> | 2024-09-26 00:11:05 +0200 |
---|---|---|
committer | Qrius <[email protected]> | 2024-09-26 00:11:05 +0200 |
commit | 541f983def407f1f2a3ebed859e37d9f00c83111 (patch) | |
tree | 62516313334e83f67edf612579bf0e76f895022e /.gitignore | |
download | skaldpress-541f983def407f1f2a3ebed859e37d9f00c83111.tar.gz skaldpress-541f983def407f1f2a3ebed859e37d9f00c83111.zip |
Initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..123b206 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +target/ +templates/ +content/ |