Skip to content
This repository has been archived by the owner on Jul 11, 2018. It is now read-only.

Latest commit

 

History

History
14 lines (10 loc) · 412 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 412 Bytes

#NodeCG dotfiles A collection of common dotfiles shared across NodeCG projects.

.editorconfig

Standard across all projects

.gitignore

Includes essential gitignore files and folders, can be expanded as needed per-project

.jshintrc

Standard across all projects, with the exception of the globals key which may be customised

.travis.yml

Basic Travis-CI configuration, to be customised per-project