UNPKG

219 BPlain TextView Raw
1# git
2.gitignore
3
4# Travis CI
5.travis.yml
6
7# test coverage folder
8/coverage/
9
10# npm errors
11npm-debug.log
12
13# github pages
14/gh-pages/
15
16# workspace files are user-specific
17*.sublime-workspace
18
19# NUL
20/NUL
\No newline at end of file