File tree Expand file tree Collapse file tree 1 file changed +51
-0
lines changed Expand file tree Collapse file tree 1 file changed +51
-0
lines changed Original file line number Diff line number Diff line change 1+ # @AngularClass
2+
3+ # Logs
4+ logs
5+ * .log
6+
7+ # Runtime data
8+ pids
9+ * .pid
10+ * .seed
11+
12+ # Directory for instrumented libs generated by jscoverage/JSCover
13+ lib-cov
14+
15+ # Coverage directory used by tools like istanbul
16+ coverage
17+
18+ # Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
19+ .grunt
20+
21+ # Compiled binary addons (http://nodejs.org/api/addons.html)
22+ build /Release
23+
24+ # Users Environment Variables
25+ .lock-wscript
26+
27+ # OS generated files #
28+ .DS_Store
29+ ehthumbs.db
30+ Icon ?
31+ Thumbs.db
32+
33+ # Node Files #
34+ /node_modules
35+ /bower_components
36+
37+ # Typing TSD #
38+ /src /typings /tsd /
39+ /typings /
40+ /tsd_typings /
41+
42+ # Dist #
43+ /dist
44+ /public /__build__ /
45+ /src /* /__build__ /
46+ __build__ /**
47+ .webpack.json
48+
49+
50+ # IDE #
51+ .idea /
You can’t perform that action at this time.
0 commit comments