UNPKG

435 BPlain TextView Raw
1# See http://help.github.com/ignore-files/ for more about ignoring files.
2
3# compiled output
4/tmp
5coverage/
6
7# dependencies
8/node_modules
9/bower_components
10
11# output
12/dist
13
14# IDEs and editors
15/.idea
16/.vscode
17.project
18.classpath
19.c9/
20*.launch
21.settings/
22
23# misc
24/.sass-cache
25/connect.lock
26/coverage/*
27/libpeerconnection.log
28npm-debug.log
29testem.log
30/typings
31yarn-error.log
32
33# e2e
34/e2e/*.js
35/e2e/*.map
36
37#System Files
38.DS_Store
39Thumbs.db