Ignore .github folder
This commit is contained in:
parent
88682e228c
commit
bf0911f813
@ -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
|
||||
|
@ -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",
|
||||
|
@ -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",
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user