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
|
||||
/TwitterKey.php
|
||||
/MastodonKey.php
|
||||
/db.json
|
||||
/timestamp.dat
|
||||
/timestamp-*.dat
|
||||
/modules_test/*
|
||||
|
|
|
|||
3
.gitmodules
vendored
3
.gitmodules
vendored
|
|
@ -1,3 +1,6 @@
|
|||
[submodule "twitter-php"]
|
||||
path = twitter-php
|
||||
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