diff options
author | A Farzat <a@farzat.xyz> | 2024-11-21 23:50:00 +0900 |
---|---|---|
committer | A Farzat <a@farzat.xyz> | 2024-11-21 23:50:00 +0900 |
commit | 46579730369fb2302ca72b78fe039e75e5f15977 (patch) | |
tree | a81155ccf132cd8aa116075c90eb1369953a868d | |
parent | c8b6114a908a5e42ffa19a93236cc7133aec685e (diff) | |
download | farzat.xyz-46579730369fb2302ca72b78fe039e75e5f15977.tar.gz farzat.xyz-46579730369fb2302ca72b78fe039e75e5f15977.zip |
Ignore public and backup directories
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..717bd78 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +/public +/backup |