diff options
author | tdback <tyler@tdback.net> | 2024-12-14 20:41:08 -0500 |
---|---|---|
committer | tdback <tyler@tdback.net> | 2024-12-15 10:55:01 -0500 |
commit | 0bb075d9c8ea99a6f18d440af6d03c84f17fd23b (patch) | |
tree | 719fa87402e536ce3575ea0d9e180381a34ff031 /.gitignore |
initial commit of site
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7ba0a09 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +/public +/resources |