1
0
mirror of https://github.com/twitter/twemoji.git synced 2024-07-01 02:19:09 +00:00

Add missing dot files

Signed-off-by: Chris Aniszczyk <zx@twitter.com>
This commit is contained in:
Chris Aniszczyk 2014-11-06 16:44:23 -06:00
parent c78b889b61
commit 762355fdb2
3 changed files with 25 additions and 0 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
.DS_Store
node_modules/

15
.npmignore Normal file
View File

@ -0,0 +1,15 @@
.git
.gitignore
16x16
36x36
72x72
assets
bower.json
index.html
node_modules
preview-*
test.*
twemoji-*
twemoji.amd.js
twemoji.min.js
twemoji.js

8
.travis.yml Normal file
View File

@ -0,0 +1,8 @@
language: node_js
node_js:
- 0.10
git:
depth: 1
branches:
only:
- gh-pages