author | ymh <ymh.work@gmail.com> |
Tue, 23 Feb 2016 17:47:57 +0100 | |
changeset 127 | 5cd8c3065c38 |
parent 114 | 8af5ed0521a2 |
child 146 | dc4d1cdc47e0 |
permissions | -rw-r--r-- |
1
01a844d292ac
dev environment + first skeleton for bo
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1 |
syntax: regexp |
28 | 2 |
^dev2 |
1
01a844d292ac
dev environment + first skeleton for bo
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
3 |
^dev/\.vagrant |
18
f2a40bbc27f6
add rdf mapper + merger + basic database model
ymh <ymh.work@gmail.com>
parents:
15
diff
changeset
|
4 |
^dev/corpus-dev.box$ |
28 | 5 |
^dev/.*\.rpm |
1
01a844d292ac
dev environment + first skeleton for bo
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
6 |
^server/data |
01a844d292ac
dev environment + first skeleton for bo
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
7 |
^server/src/\.git.* |
01a844d292ac
dev environment + first skeleton for bo
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
8 |
^server/src/\.env |
01a844d292ac
dev environment + first skeleton for bo
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
9 |
^server/src/composer.phar$ |
01a844d292ac
dev environment + first skeleton for bo
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
10 |
^server/src/vendor |
01a844d292ac
dev environment + first skeleton for bo
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
11 |
^server/src/node_modules |
2
00e2916104fe
Migrate to php 5.6 + Laravel 5.1 + add phpunit test
ymh <ymh.work@gmail.com>
parents:
1
diff
changeset
|
12 |
^server/src/bootstrap/cache/ |
1
01a844d292ac
dev environment + first skeleton for bo
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
13 |
^server/src/database/.*\.sqlite$ |
18
f2a40bbc27f6
add rdf mapper + merger + basic database model
ymh <ymh.work@gmail.com>
parents:
15
diff
changeset
|
14 |
^server/src/storage/.*\.sqlite$ |
1
01a844d292ac
dev environment + first skeleton for bo
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
15 |
^server/src/storage/laravel.log$ |
01a844d292ac
dev environment + first skeleton for bo
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
16 |
^server/src/storage/app/ |
01a844d292ac
dev environment + first skeleton for bo
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
17 |
^server/src/storage/logs/ |
01a844d292ac
dev environment + first skeleton for bo
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
18 |
^server/src/storage/framework/config.php$ |
01a844d292ac
dev environment + first skeleton for bo
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
19 |
^server/src/storage/framework/routes.php$ |
01a844d292ac
dev environment + first skeleton for bo
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
20 |
^server/src/storage/framework/compiled.php$ |
01a844d292ac
dev environment + first skeleton for bo
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
21 |
^server/src/storage/framework/services.json$ |
01a844d292ac
dev environment + first skeleton for bo
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
22 |
^server/src/storage/framework/events.scanned.php$ |
01a844d292ac
dev environment + first skeleton for bo
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
23 |
^server/src/storage/framework/routes.scanned.php$ |
01a844d292ac
dev environment + first skeleton for bo
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
24 |
^server/src/storage/framework/cache/ |
01a844d292ac
dev environment + first skeleton for bo
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
25 |
^server/src/storage/framework/sessions/ |
01a844d292ac
dev environment + first skeleton for bo
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
26 |
^server/src/storage/framework/views/ |
4
f55970e41793
first skeleton of bo client in ember
ymh <ymh.work@gmail.com>
parents:
2
diff
changeset
|
27 |
^server/node_modules |
f55970e41793
first skeleton of bo client in ember
ymh <ymh.work@gmail.com>
parents:
2
diff
changeset
|
28 |
^server/src/public/css |
f55970e41793
first skeleton of bo client in ember
ymh <ymh.work@gmail.com>
parents:
2
diff
changeset
|
29 |
^server/src/public/js/vendor |
f55970e41793
first skeleton of bo client in ember
ymh <ymh.work@gmail.com>
parents:
2
diff
changeset
|
30 |
^server/src/public/fonts |
f55970e41793
first skeleton of bo client in ember
ymh <ymh.work@gmail.com>
parents:
2
diff
changeset
|
31 |
^server/bo_client/node_modules |
f55970e41793
first skeleton of bo client in ember
ymh <ymh.work@gmail.com>
parents:
2
diff
changeset
|
32 |
^server/bo_client/bower_components |
f55970e41793
first skeleton of bo client in ember
ymh <ymh.work@gmail.com>
parents:
2
diff
changeset
|
33 |
^server/bo_client/dist |
f55970e41793
first skeleton of bo client in ember
ymh <ymh.work@gmail.com>
parents:
2
diff
changeset
|
34 |
^server/bo_client/tmp |
15
1b4c222d4f0c
ignore node_modules in cms folder
nowmad@23.1.168.192.in-addr.arpa
parents:
7
diff
changeset
|
35 |
^cms/node_modules |
7
479b1dd5a8e3
update .hgignore to ignore build, temp and config files in the ember app and the drupal module
nowmad@23.1.168.192.in-addr.arpa
parents:
4
diff
changeset
|
36 |
^cms/app-client/node_modules |
479b1dd5a8e3
update .hgignore to ignore build, temp and config files in the ember app and the drupal module
nowmad@23.1.168.192.in-addr.arpa
parents:
4
diff
changeset
|
37 |
^cms/app-client/bower_components |
479b1dd5a8e3
update .hgignore to ignore build, temp and config files in the ember app and the drupal module
nowmad@23.1.168.192.in-addr.arpa
parents:
4
diff
changeset
|
38 |
^cms/app-client/dist |
479b1dd5a8e3
update .hgignore to ignore build, temp and config files in the ember app and the drupal module
nowmad@23.1.168.192.in-addr.arpa
parents:
4
diff
changeset
|
39 |
^cms/app-client/tmp |
479b1dd5a8e3
update .hgignore to ignore build, temp and config files in the ember app and the drupal module
nowmad@23.1.168.192.in-addr.arpa
parents:
4
diff
changeset
|
40 |
^cms/corpus_module/app-client |
114
8af5ed0521a2
Correct modified value for SOUND when merging. This comes not from TEXT
ymh <ymh.work@gmail.com>
parents:
29
diff
changeset
|
41 |
^cms/app-client/npm-debug.log |
7
479b1dd5a8e3
update .hgignore to ignore build, temp and config files in the ember app and the drupal module
nowmad@23.1.168.192.in-addr.arpa
parents:
4
diff
changeset
|
42 |
^.*\.DS_Store |
28 | 43 |
^build/\.vagrant |
44 |
^build/root |
|
45 |
^build/.*\.rpm |
|
25 | 46 |
^dev2/ |
127
5cd8c3065c38
extract common functionalities to common module. First application to lexvo name resolving
ymh <ymh.work@gmail.com>
parents:
114
diff
changeset
|
47 |
^common/corpus-common-addon/dist |
5cd8c3065c38
extract common functionalities to common module. First application to lexvo name resolving
ymh <ymh.work@gmail.com>
parents:
114
diff
changeset
|
48 |
^common/corpus-common-addon/tmp |
5cd8c3065c38
extract common functionalities to common module. First application to lexvo name resolving
ymh <ymh.work@gmail.com>
parents:
114
diff
changeset
|
49 |
^common/corpus-common-addon/node_modules |
5cd8c3065c38
extract common functionalities to common module. First application to lexvo name resolving
ymh <ymh.work@gmail.com>
parents:
114
diff
changeset
|
50 |
^common/corpus-common-addon/bower_components |
5cd8c3065c38
extract common functionalities to common module. First application to lexvo name resolving
ymh <ymh.work@gmail.com>
parents:
114
diff
changeset
|
51 |
^common/corpus-common-addon/.sass-cache |
5cd8c3065c38
extract common functionalities to common module. First application to lexvo name resolving
ymh <ymh.work@gmail.com>
parents:
114
diff
changeset
|
52 |
^common/corpus-common-addon/connect.lock |
5cd8c3065c38
extract common functionalities to common module. First application to lexvo name resolving
ymh <ymh.work@gmail.com>
parents:
114
diff
changeset
|
53 |
^common/corpus-common-addon/coverage/* |
5cd8c3065c38
extract common functionalities to common module. First application to lexvo name resolving
ymh <ymh.work@gmail.com>
parents:
114
diff
changeset
|
54 |
^common/corpus-common-addon/libpeerconnection.log |
5cd8c3065c38
extract common functionalities to common module. First application to lexvo name resolving
ymh <ymh.work@gmail.com>
parents:
114
diff
changeset
|
55 |
^common/corpus-common-addonnpm-debug.log |
5cd8c3065c38
extract common functionalities to common module. First application to lexvo name resolving
ymh <ymh.work@gmail.com>
parents:
114
diff
changeset
|
56 |
^common/corpus-common-addontestem.log |