Ignore .github folder

This commit is contained in:
CJ Patoilo 2016-07-23 06:36:05 -03:00
parent 88682e228c
commit bf0911f813
4 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,5 @@
.editorconfig
.github
.gitignore
.npmignore
.travis.yml
@ -6,7 +7,6 @@ bower.json
changelog.md
component.json
composer.json
contributing.md
gruntfile.js
package.js
package.json

View File

@ -29,6 +29,7 @@
],
"ignore": [
".editorconfig",
".github",
".gitignore",
".npmignore",
".travis.yml",
@ -36,7 +37,6 @@
"changelog.md",
"component.json",
"composer.json",
"contributing.md",
"gruntfile.js",
"package.js",
"package.json",

View File

@ -29,6 +29,7 @@
],
"ignore": [
".editorconfig",
".github",
".gitignore",
".npmignore",
".travis.yml",
@ -36,7 +37,6 @@
"changelog.md",
"component.json",
"composer.json",
"contributing.md",
"gruntfile.js",
"package.js",
"package.json",

View File

@ -29,6 +29,7 @@
],
"ignore": [
".editorconfig",
".github",
".gitignore",
".npmignore",
".travis.yml",
@ -36,7 +37,6 @@
"changelog.md",
"component.json",
"composer.json",
"contributing.md",
"gruntfile.js",
"package.js",
"package.json",
@ -51,7 +51,7 @@
"grunt": "^0.4.5",
"grunt-autoprefixer": "^3.0.3",
"grunt-contrib-clean": "^0.7.0",
"grunt-contrib-sass": "~0.8.1",
"grunt-contrib-sass": "^0.8.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-newer": "^1.1.1",
"grunt-notify": "^0.4.3",