Skip to content

Instantly share code, notes, and snippets.

View Mutahhar's full-sized avatar

Mutahhar Naseer Mutahhar

View GitHub Profile
@Mutahhar
Mutahhar / .gitignore
Last active December 22, 2019 12:54 — forked from salcode/.gitignore
gitignore for WordPress
# -----------------------------------------------------------------
# .gitignore for WordPress @salcode
# ver 20180808
#
# From the root of your project run
# curl -O https://gist.githubusercontent.com/salcode/b515f520d3f8207ecd04/raw/.gitignore
# to download this file
#
# By default all files are ignored. You'll need to whitelist
# any mu-plugins, plugins, or themes you want to include in the repo.
@Mutahhar
Mutahhar / .gitignore
Created December 22, 2019 12:48 — forked from salcode/.gitignore
.gitignore file for a general web project - Bare Minimum Git
# -----------------------------------------------------------------
# .gitignore
# Bare Minimum Git
# http://ironco.de/bare-minimum-git/
# ver 20181206
#
# From the root of your project run
# curl -O https://gist.githubusercontent.com/salcode/10017553/raw/.gitignore
# to download this file
#