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 .editorconfig
.github
.gitignore .gitignore
.npmignore .npmignore
.travis.yml .travis.yml
@ -6,7 +7,6 @@ bower.json
changelog.md changelog.md
component.json component.json
composer.json composer.json
contributing.md
gruntfile.js gruntfile.js
package.js package.js
package.json package.json

View File

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

View File

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

View File

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