mirror of
https://github.com/twitter/twemoji.git
synced 2024-11-02 11:30:12 +00:00
Add missing dot files
Signed-off-by: Chris Aniszczyk <zx@twitter.com>
This commit is contained in:
parent
c78b889b61
commit
762355fdb2
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
.DS_Store
|
||||
node_modules/
|
15
.npmignore
Normal file
15
.npmignore
Normal 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
8
.travis.yml
Normal file
@ -0,0 +1,8 @@
|
||||
language: node_js
|
||||
node_js:
|
||||
- 0.10
|
||||
git:
|
||||
depth: 1
|
||||
branches:
|
||||
only:
|
||||
- gh-pages
|
Loading…
Reference in New Issue
Block a user