Add new timestamp file to ignore list
This commit is contained in:
parent
88e9aa2d27
commit
bf18253a85
3 changed files with 6 additions and 1 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -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
3
.gitmodules
vendored
|
|
@ -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
1
MastodonBotPHP
Submodule
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit cf70522a800401e1459d7ed34b40d2eb08ecc5a0
|
||||||
Loading…
Add table
Add a link
Reference in a new issue