UNPKG

448 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/
22ng-pipes.iml
23
24# misc
25/.sass-cache
26/connect.lock
27/coverage/*
28/libpeerconnection.log
29npm-debug.log
30testem.log
31/typings
32yarn-error.log
33
34# e2e
35/e2e/*.js
36/e2e/*.map
37
38#System Files
39.DS_Store
40Thumbs.db