Remove PHPWhois.org & add .gitignore(ignored history & pid & logs)
This commit is contained in:
parent
872eabc111
commit
b5ff5e8b5f
3
.gitignore
vendored
Normal file
3
.gitignore
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
.history
|
||||
*.log
|
||||
runtime/*.pid
|
@ -16,7 +16,6 @@ return [
|
||||
'files' => [
|
||||
base_path() . '/app/functions.php',
|
||||
base_path() . '/support/Request.php',
|
||||
base_path() . '/support/Response.php',
|
||||
#base_path() . '/phpWhois.org/src/whois.main.php'
|
||||
base_path() . '/support/Response.php'
|
||||
]
|
||||
];
|
||||
|
@ -1 +0,0 @@
|
||||
Subproject commit c0997b4f513d71a139a21d7178616ec28f0733d3
|
Loading…
Reference in New Issue
Block a user