diff options
author | alyx <alyx@aleteoryx.me> | 2024-05-24 18:13:35 -0400 |
---|---|---|
committer | alyx <alyx@aleteoryx.me> | 2024-05-24 18:13:35 -0400 |
commit | 07ade7e943105831ad501da0f9bc67eaa3517842 (patch) | |
tree | 19b2c586904ae8d0befceba1008ec8e0ad1973b7 /.gitignore | |
download | visitors_dot_php-07ade7e943105831ad501da0f9bc67eaa3517842.tar.gz visitors_dot_php-07ade7e943105831ad501da0f9bc67eaa3517842.tar.bz2 visitors_dot_php-07ade7e943105831ad501da0f9bc67eaa3517842.zip |
Initial Commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 6 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 |