annotate .hgignore @ 45:dc4f0541f04d ng2-rc1

update to angular2-rc1. mostly working ;-(
author casties
date Tue, 14 Jun 2016 20:00:39 +0200
parents 5353b2dffb0f
children 7787ca310644
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
39ec75917ef7 first checkin
casties
parents:
diff changeset
1
39ec75917ef7 first checkin
casties
parents:
diff changeset
2 syntax: regexp
39ec75917ef7 first checkin
casties
parents:
diff changeset
3 ^node_modules$
39ec75917ef7 first checkin
casties
parents:
diff changeset
4 syntax: regexp
22
9343e43a17d1 build with jspm now.
casties
parents: 0
diff changeset
5 ^\.project$
9343e43a17d1 build with jspm now.
casties
parents: 0
diff changeset
6 syntax: regexp
24
f6f4177d0a81 use ng2-table for results.
casties
parents: 22
diff changeset
7 ^jspm_packages$
f6f4177d0a81 use ng2-table for results.
casties
parents: 22
diff changeset
8 syntax: regexp
41
5353b2dffb0f added local configuration file app/app-config.ts.
casties
parents: 24
diff changeset
9 ^\.settings$
5353b2dffb0f added local configuration file app/app-config.ts.
casties
parents: 24
diff changeset
10 syntax: regexp
5353b2dffb0f added local configuration file app/app-config.ts.
casties
parents: 24
diff changeset
11 ^app/app-config\.ts$