This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
User-agent: * | |
Disallow: | |
Sitemap: https://www.pigogo.gr/google-sitemap | |
User-agent: GoogleBot | |
Allow: /*.js* | |
Allow: /*.css* | |
Disallow: /*?q* | |
Disallow: /*?c* |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"|-----------------------------------------------------------------------------| | |
"| Awesome Tips | | |
"|-----------------------------------------------------------------------------| | |
" <C-B> " Go to Definition | |
" zz " Center screen on current line | |
" di( " Delete inside parentheses | |
" ci( " Change inside parentheses | |
" vi( " Select inside parentheses | |
" va( " Select including parentheses | |
" J " Join next line with current one |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
phpspec.yml | |
``` | |
suites: | |
src_suite: | |
namespace: Src\Text | |
psr4_prefix: Src\Text | |
``` | |
composer.json | |
``` |