File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- typings
2- app /** /* .js
3- app /** /* .map
4- node_modules
5- jspm_packages
6- bower_components
1+ # Logs
2+ logs
3+ * .log
74
5+ # Runtime data
6+ pids
7+ * .pid
8+ * .seed
9+
10+ # Directory for instrumented libs generated by jscoverage/JSCover
11+ lib-cov
12+
13+ # Coverage directory used by tools like istanbul
14+ coverage
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)
20+ build /Release
21+
22+ # Users Environment Variables
23+ .lock-wscript
24+
25+ # OS generated files #
26+ .DS_Store
27+ ehthumbs.db
28+ Icon ?
29+ Thumbs.db
30+
31+ # Node Files #
32+ /node_modules
33+ /bower_components
34+ npm-debug.log
35+
36+ # Coverage #
37+ /coverage /
38+
39+ # Typing #
40+ /src /typings /tsd /
41+ /typings /
42+ /tsd_typings /
43+
44+ # Dist #
45+ /dist
46+ /public /__build__ /
47+ /src /* /__build__ /
48+ /__build__ /**
49+ /public /dist /
50+ /src /* /dist /
51+ /dist /**
52+ .webpack.json
53+
54+ # Doc #
55+ /doc /
56+
57+ # IDE #
858.idea /
59+ * .swp
You can’t perform that action at this time.
0 commit comments