aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoralyx <alyx@aleteoryx.me>2024-05-24 18:13:35 -0400
committeralyx <alyx@aleteoryx.me>2024-05-24 18:13:35 -0400
commit07ade7e943105831ad501da0f9bc67eaa3517842 (patch)
tree19b2c586904ae8d0befceba1008ec8e0ad1973b7
downloadvisitors_dot_php-07ade7e943105831ad501da0f9bc67eaa3517842.tar.gz
visitors_dot_php-07ade7e943105831ad501da0f9bc67eaa3517842.tar.bz2
visitors_dot_php-07ade7e943105831ad501da0f9bc67eaa3517842.zip
Initial Commit
-rw-r--r--.gitignore6
-rw-r--r--README.md3
2 files changed, 9 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..61668ce
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,6 @@
+*~
+*.csv
+*.sqlite3
+*.sqlite
+*.db
+*.json
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..7072661
--- /dev/null
+++ b/README.md
@@ -0,0 +1,3 @@
+# visitors_dot_php
+
+A single-php-file guestbook with customizability and ease-of-deployment in mind.