Skip to content

Instantly share code, notes, and snippets.

View taksenov's full-sized avatar
🤖
Make Algorithms Great Again

taksenov

🤖
Make Algorithms Great Again
View GitHub Profile
@glebcha
glebcha / gulpfile.js
Last active July 22, 2020 11:05
Gulp task with Less processing (autoprefixer), live reload (browser-sync), javascript (es6, babelify, react), error handling, images optimization, jade templates
'use strict';
/*
Instructions:
1 - Should execute 'npm run prepare'
before the very first run, it will install and symlink all dependencies.
2 - Choose between production 'npm start' and development 'npm run start-dev' modes
(watcher will run immediately after initial run).
@yasushisakai
yasushisakai / .gitignore
Last active October 9, 2017 14:51
my django git ignore settings. using pycharm for development.
;; 2013.01.21
;; yasushisakai
;;
;; gitignore for Django using pyCharm
;;
;;files to ignore
settings.py
;;extensions to ignore