Skip to content

Instantly share code, notes, and snippets.

View Dron84's full-sized avatar
😋
Life is wonderful

Andrey Dron84

😋
Life is wonderful
View GitHub Profile
@Dron84
Dron84 / .gitignore
Created June 24, 2020 15:57
Standart gitignore
.DS_Store
node_modules
/dist
# local env files
.env.local
.env.*.local
# Log files
npm-debug.log*
@Dron84
Dron84 / .htaccess
Created June 23, 2020 07:54
htaccess for vue
RewriteEngine On
RewriteRule ^(.*)$ http://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
RewriteBase /
RewriteRule ^index.html$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.html [L]
@Dron84
Dron84 / robots.txt
Last active January 21, 2018 13:44
robots.txt
User-Agent:*
Sitemap:https://fengshui-consultant.ru/sitemap.xml