UNPKG

264 BPlain TextView Raw
1# ignore system files
2
3# OS X
4.DS_Store
5.Spotlight-V100
6.Trashes
7._*
8
9# Win
10Thumbs.db
11Desktop.ini
12
13# vim
14*~
15.swp
16.*.sw[a-z]
17Session.vim
18
19# Node
20node_modules
21
22# non-distribution files
23src
24coverage
25scripts
26test
27.travis.yml
28.jshintrc
29karma.conf.js
30webpack.config.js
31