Skip to content

Instantly share code, notes, and snippets.

View haqHUB's full-sized avatar
👾
Remote DevOps

haqHUB haqHUB

👾
Remote DevOps
  • haqHUB
  • EU
View GitHub Profile
@haqHUB
haqHUB / WordPress Development .gitignore
Created April 17, 2019 20:05 — forked from ixrevo/WordPress Development .gitignore
.gitignore file for setting up the WordPress development environment.
########################
# Wordpress Core files #
########################
wp-admin/
wp-content/backups/
wp-content/blogs.dir/
wp-content/languages/
wp-content/index.php
wp-content/themes/index.php
wp-includes/
@haqHUB
haqHUB / .gitignore
Created May 23, 2019 16:06 — forked from esamattis/.gitignore
.gitignore file for WordPress - Bare Minimum Git
# -----------------------------------------------------------------
# .gitignore for WordPress
# Bare Minimum Git
# http://ironco.de/bare-minimum-git/
# ver 20150227
#
# This file is tailored for a WordPress project
# using the default directory structure
#
# This file specifies intentionally untracked files to ignore
@haqHUB
haqHUB / front-end-blogs.md
Created May 28, 2019 21:40 — forked from zamozniewicz/front-end-blogs.md
Front-end blogs worth reading

##Front-end blogs worth reading##

Even though for the last few years blogs have been losing popularity to Twitter, Facebook and Google Plus and so on, they're still not dead and have not been replaced with other media.

###Articles, showcases, resources###

  • A List Apart - articles design, development, and web standards
  • DailyJS - news, tips, examples and reviews of a variety of JavaScript frameworks and modules.
  • Mozilla Hacks - one of key resources for people developing for the Open Web
@haqHUB
haqHUB / gitignore-for-wordpress-theme
Created July 5, 2020 11:29 — forked from jasewarner/gitignore-for-wordpress-theme
.gitignore for a WordPress theme
# ignore everything in the root except the "wp-content" directory.
/*
!wp-content/
# ignore everything in the "wp-content" directory, except:
# mu-plugins, plugins, and themes directories
wp-content/*
!wp-content/mu-plugins/
!wp-content/plugins/
!wp-content/themes/
@haqHUB
haqHUB / .gitignore
Created July 5, 2020 11:33 — forked from lumpysimon/.gitignore
A .gitignore file for WordPress that ignores pretty much everything except for the specified plugin(s), theme(s) and mu-plugins folder
# .gitignore file for WordPress that ignores everything except:
#
# - .gitignore
# - favicon.ico
# - wp-config.php
# - everything in mu-plugins
# - my-plugin
# - my-theme (except for .sass-cache)
#
# based on https://gist.github.com/jdbartlett/444295
@haqHUB
haqHUB / .gitignore
Created July 5, 2020 14:31 — forked from heyfletch/.gitignore
WordPress Gitignore
#Theme Specific
#wp-content/themes/fletcherdigital/assets/css/main.min.css.map
# General
_notes
.cvs
.DS_Store?
.gitattributes
.htaccess