UNPKG

1.03 kBPlain TextView Raw
1# Logs
2logs
3*.log
4
5# Runtime data
6pids
7*.pid
8*.seed
9
10# Directory for instrumented libs generated by jscoverage/JSCover
11lib-cov
12
13# Coverage directory used by tools like istanbul
14coverage
15
16# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
17.grunt
18
19# Compiled binary addons (http://nodejs.org/api/addons.html)
20build/Release
21
22# Dependency directory
23# Commenting this out is preferred by some people, see
24# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git-
25node_modules
26
27# Users Environment Variables
28.lock-wscript
29.tsdrc
30
31#IntelliJ configuration files
32.idea
33
34dist
35dev
36docs
37doc
38lib
39test
40
41Thumbs.db
42.DS_Store
43*.yml
44src/*
45src/package.json
46src/hooks
47src/platforms
48src/app/App_Resources
49src/app/app.*
50src/app/fonts
51src/app/package.json
52!src/app/pipes/*
53!src/app/services/*
54*.spec.*
55*.e2e.*
56CONTRIBUTING.md
57karma.conf.js
58protractor.conf.js
59test-main.js
60tsconfig.json
61tslint.json
62typedoc.json
63typings.json
64typings
65.travis.yml
66.jshintrc
67.editorconfig
68*.png
69resources