Skip to content

Instantly share code, notes, and snippets.

View jibone's full-sized avatar
🧑‍💻
Locked In

J Shamsul Bahri jibone

🧑‍💻
Locked In
View GitHub Profile
@jibone
jibone / .gitignore
Created November 16, 2013 18:09
My gitignore file for working on a Wordpress based projects
/*
!.gitignore
!wp-content/
wp-content/*
!wp-content/plugins/
!wp-content/themes/
wp-content/plugins/*
!wp-content/plugins/[plugin name]/
@jibone
jibone / gulpfile.js
Created June 6, 2014 20:11
Gulp file
/*
* Task runner
*
*/
// Load the plugins
//
var gulp = require('gulp'),
sass = require('gulp-ruby-sass'),
autoprefixer = require('gulp-autoprefixer'),