Add new timestamp file to ignore list

This commit is contained in:
Steffen Lange 2022-04-30 01:04:52 +02:00
parent 88e9aa2d27
commit bf18253a85
3 changed files with 6 additions and 1 deletions

3
.gitignore vendored
View file

@ -1,5 +1,6 @@
/HostOption.php /HostOption.php
/TwitterKey.php /TwitterKey.php
/MastodonKey.php
/db.json /db.json
/timestamp.dat /timestamp-*.dat
/modules_test/* /modules_test/*

3
.gitmodules vendored
View file

@ -1,3 +1,6 @@
[submodule "twitter-php"] [submodule "twitter-php"]
path = twitter-php path = twitter-php
url = https://github.com/dg/twitter-php.git url = https://github.com/dg/twitter-php.git
[submodule "MastodonBotPHP"]
path = MastodonBotPHP
url = https://github.com/Eleirbag89/MastodonBotPHP.git

1
MastodonBotPHP Submodule

@ -0,0 +1 @@
Subproject commit cf70522a800401e1459d7ed34b40d2eb08ecc5a0