mirror of
https://github.com/twitter/twemoji.git
synced 2024-06-15 03:35:16 +00:00
Merge pull request #139 from ProdigySim/betterignore
Bower ignore compatibility
This commit is contained in:
commit
2b90e36720
54
bower.json
54
bower.json
@ -6,34 +6,34 @@
|
|||||||
".git",
|
".git",
|
||||||
".gitignore",
|
".gitignore",
|
||||||
".npmignore",
|
".npmignore",
|
||||||
"./16x16",
|
"16x16/",
|
||||||
"./36x36",
|
"36x36/",
|
||||||
"./72x72",
|
"72x72/",
|
||||||
"./assets",
|
"assets/",
|
||||||
"./1/",
|
"1/",
|
||||||
"./2/72x72",
|
"2/72x72/",
|
||||||
"./2/assets",
|
"2/assets/",
|
||||||
"./build",
|
"build/",
|
||||||
"./component.json",
|
"component.json",
|
||||||
"./node_modules",
|
"node_modules/",
|
||||||
"./index.html",
|
"index.html",
|
||||||
"./package.json",
|
"package.json",
|
||||||
"./preview-generator.js",
|
"preview-generator.js",
|
||||||
"./preview-template.html",
|
"preview-template.html",
|
||||||
"./svg.sh",
|
"svg.sh",
|
||||||
"./test.html",
|
"test.html",
|
||||||
"./test.js",
|
"test.js",
|
||||||
"./twemoji-generator.js",
|
"twemoji-generator.js",
|
||||||
"./twemoji-dist.js",
|
"twemoji-dist.js",
|
||||||
"./twemoji.js",
|
"twemoji.js",
|
||||||
"./twemoji.min.js",
|
"twemoji.min.js",
|
||||||
"./twemoji.npm.js",
|
"twemoji.npm.js",
|
||||||
"./2/twemoji.js",
|
"2/twemoji.js",
|
||||||
"./2/twemoji.min.js",
|
"2/twemoji.min.js",
|
||||||
"./2/twemoji.npm.js",
|
"2/twemoji.npm.js",
|
||||||
"**/.*",
|
"**/.*",
|
||||||
"node_modules",
|
"node_modules/",
|
||||||
"bower_components",
|
"bower_components/",
|
||||||
"test",
|
"test",
|
||||||
"tests"
|
"tests"
|
||||||
],
|
],
|
||||||
|
Loading…
Reference in New Issue
Block a user