UNPKG

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