Skip to content

Instantly share code, notes, and snippets.

@mightyteja
Last active November 4, 2019 05:41
Show Gist options
  • Save mightyteja/c43bb5e29784f4519ee4e12783acb3bf to your computer and use it in GitHub Desktop.
Save mightyteja/c43bb5e29784f4519ee4e12783acb3bf to your computer and use it in GitHub Desktop.
# Hostinger Files
*.sqlite
acme-client
.cache
.cagefs
.cl.selector
.config
.local
.ssh
messagesystemctl*
microsoft.gpg
.bash*
/v8-compile-cache-0
### Code ###
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
### Laravel ###
/vendor/
node_modules/
npm-debug.log
yarn-error.log
DO_NOT_UPLOAD_HERE
readme*
sitemap*
# Laravel 4 specific
bootstrap/compiled.php
app/storage/
# Laravel 5 & Lumen specific
public/storage
public/hot
storage/*.key
.env
Homestead.yaml
Homestead.json
/.vagrant
.phpunit.result.cache
storage/logs/*
#environment file
.env
.env.example
# Public Files
public_html/storage
public_html/hot
/public_html/css/*.scss
/public_html/css/*.css.map
/public_html/images/mag_thumb/*
/public_html/files/*
# Hostinger Files
.bash_history
*.sqlite
acme-client
.acme.sh/*
.rnd/*
acme.sh/*
.cache
.cagefs/*
.cl.selector
.config
.local
.ssh/*
messagesystemctl*
microsoft.gpg
.bash*
/v8-compile-cache-0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment