.hgignore
author Chloe Laisne <chloe.laisne@gmail.com>
Wed, 06 Jul 2016 15:01:29 +0200
changeset 231 b883755cc0b8
parent 230 6e4cabc614ef
child 280 59a2c10ac9b8
permissions -rw-r--r--
Remove close button on notice when not from queryparams
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1
01a844d292ac dev environment + first skeleton for bo
ymh <ymh.work@gmail.com>
parents:
diff changeset
     1
syntax: regexp
158
366509ae2f37 Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents: 155
diff changeset
     2
\.tern-port$
153
338bcc78d431 add HandleClient implementation + configuration + tests
ymh <ymh.work@gmail.com>
parents: 146
diff changeset
     3
^\.projectile$
28
b0b56e0f8c7f Add contributor edition
ymh <ymh.work@gmail.com>
parents: 25
diff changeset
     4
^dev2
1
01a844d292ac dev environment + first skeleton for bo
ymh <ymh.work@gmail.com>
parents:
diff changeset
     5
^dev/\.vagrant
230
6e4cabc614ef forgotten hgignore file
ymh <ymh.work@gmail.com>
parents: 158
diff changeset
     6
^dev/install_corpus_drupal_.*
146
dc4d1cdc47e0 first implementation of handle install. Need refinement
ymh <ymh.work@gmail.com>
parents: 127
diff changeset
     7
^dev/handle
18
f2a40bbc27f6 add rdf mapper + merger + basic database model
ymh <ymh.work@gmail.com>
parents: 15
diff changeset
     8
^dev/corpus-dev.box$
28
b0b56e0f8c7f Add contributor edition
ymh <ymh.work@gmail.com>
parents: 25
diff changeset
     9
^dev/.*\.rpm
146
dc4d1cdc47e0 first implementation of handle install. Need refinement
ymh <ymh.work@gmail.com>
parents: 127
diff changeset
    10
^dev/provisioning/custom.yaml
1
01a844d292ac dev environment + first skeleton for bo
ymh <ymh.work@gmail.com>
parents:
diff changeset
    11
^server/data
01a844d292ac dev environment + first skeleton for bo
ymh <ymh.work@gmail.com>
parents:
diff changeset
    12
^server/src/\.git.*
01a844d292ac dev environment + first skeleton for bo
ymh <ymh.work@gmail.com>
parents:
diff changeset
    13
^server/src/\.env
153
338bcc78d431 add HandleClient implementation + configuration + tests
ymh <ymh.work@gmail.com>
parents: 146
diff changeset
    14
^server/src/.dir-locals.el$
338bcc78d431 add HandleClient implementation + configuration + tests
ymh <ymh.work@gmail.com>
parents: 146
diff changeset
    15
^server/src/.projectile$
1
01a844d292ac dev environment + first skeleton for bo
ymh <ymh.work@gmail.com>
parents:
diff changeset
    16
^server/src/composer.phar$
01a844d292ac dev environment + first skeleton for bo
ymh <ymh.work@gmail.com>
parents:
diff changeset
    17
^server/src/vendor
01a844d292ac dev environment + first skeleton for bo
ymh <ymh.work@gmail.com>
parents:
diff changeset
    18
^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
    19
^server/src/bootstrap/cache/
1
01a844d292ac dev environment + first skeleton for bo
ymh <ymh.work@gmail.com>
parents:
diff changeset
    20
^server/src/database/.*\.sqlite$
18
f2a40bbc27f6 add rdf mapper + merger + basic database model
ymh <ymh.work@gmail.com>
parents: 15
diff changeset
    21
^server/src/storage/.*\.sqlite$
1
01a844d292ac dev environment + first skeleton for bo
ymh <ymh.work@gmail.com>
parents:
diff changeset
    22
^server/src/storage/laravel.log$
01a844d292ac dev environment + first skeleton for bo
ymh <ymh.work@gmail.com>
parents:
diff changeset
    23
^server/src/storage/app/
01a844d292ac dev environment + first skeleton for bo
ymh <ymh.work@gmail.com>
parents:
diff changeset
    24
^server/src/storage/logs/
01a844d292ac dev environment + first skeleton for bo
ymh <ymh.work@gmail.com>
parents:
diff changeset
    25
^server/src/storage/framework/config.php$
01a844d292ac dev environment + first skeleton for bo
ymh <ymh.work@gmail.com>
parents:
diff changeset
    26
^server/src/storage/framework/routes.php$
01a844d292ac dev environment + first skeleton for bo
ymh <ymh.work@gmail.com>
parents:
diff changeset
    27
^server/src/storage/framework/compiled.php$
01a844d292ac dev environment + first skeleton for bo
ymh <ymh.work@gmail.com>
parents:
diff changeset
    28
^server/src/storage/framework/services.json$
01a844d292ac dev environment + first skeleton for bo
ymh <ymh.work@gmail.com>
parents:
diff changeset
    29
^server/src/storage/framework/events.scanned.php$
01a844d292ac dev environment + first skeleton for bo
ymh <ymh.work@gmail.com>
parents:
diff changeset
    30
^server/src/storage/framework/routes.scanned.php$
01a844d292ac dev environment + first skeleton for bo
ymh <ymh.work@gmail.com>
parents:
diff changeset
    31
^server/src/storage/framework/cache/
01a844d292ac dev environment + first skeleton for bo
ymh <ymh.work@gmail.com>
parents:
diff changeset
    32
^server/src/storage/framework/sessions/
01a844d292ac dev environment + first skeleton for bo
ymh <ymh.work@gmail.com>
parents:
diff changeset
    33
^server/src/storage/framework/views/
4
f55970e41793 first skeleton of bo client in ember
ymh <ymh.work@gmail.com>
parents: 2
diff changeset
    34
^server/node_modules
f55970e41793 first skeleton of bo client in ember
ymh <ymh.work@gmail.com>
parents: 2
diff changeset
    35
^server/src/public/css
f55970e41793 first skeleton of bo client in ember
ymh <ymh.work@gmail.com>
parents: 2
diff changeset
    36
^server/src/public/js/vendor
f55970e41793 first skeleton of bo client in ember
ymh <ymh.work@gmail.com>
parents: 2
diff changeset
    37
^server/src/public/fonts
155
76ae75975ee2 upgrade ember to 2.6.0
ymh <ymh.work@gmail.com>
parents: 153
diff changeset
    38
^server/bo_client/.dir-locals.el$
76ae75975ee2 upgrade ember to 2.6.0
ymh <ymh.work@gmail.com>
parents: 153
diff changeset
    39
^server/bo_client/.projectile$
4
f55970e41793 first skeleton of bo client in ember
ymh <ymh.work@gmail.com>
parents: 2
diff changeset
    40
^server/bo_client/node_modules
f55970e41793 first skeleton of bo client in ember
ymh <ymh.work@gmail.com>
parents: 2
diff changeset
    41
^server/bo_client/bower_components
f55970e41793 first skeleton of bo client in ember
ymh <ymh.work@gmail.com>
parents: 2
diff changeset
    42
^server/bo_client/dist
f55970e41793 first skeleton of bo client in ember
ymh <ymh.work@gmail.com>
parents: 2
diff changeset
    43
^server/bo_client/tmp
230
6e4cabc614ef forgotten hgignore file
ymh <ymh.work@gmail.com>
parents: 158
diff changeset
    44
^cms/dist
15
1b4c222d4f0c ignore node_modules in cms folder
nowmad@23.1.168.192.in-addr.arpa
parents: 7
diff changeset
    45
^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
    46
^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
    47
^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
    48
^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
    49
^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
    50
^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
    51
^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
    52
^.*\.DS_Store
28
b0b56e0f8c7f Add contributor edition
ymh <ymh.work@gmail.com>
parents: 25
diff changeset
    53
^build/\.vagrant
b0b56e0f8c7f Add contributor edition
ymh <ymh.work@gmail.com>
parents: 25
diff changeset
    54
^build/root
b0b56e0f8c7f Add contributor edition
ymh <ymh.work@gmail.com>
parents: 25
diff changeset
    55
^build/.*\.rpm
25
4ce76c9e7729 small corrections
ymh <ymh.work@gmail.com>
parents: 18
diff changeset
    56
^dev2/
127
5cd8c3065c38 extract common functionalities to common module. First application to lexvo name resolving
ymh <ymh.work@gmail.com>
parents: 114
diff changeset
    57
^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
    58
^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
    59
^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
    60
^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
    61
^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
    62
^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
    63
^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
    64
^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
    65
^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
    66
^common/corpus-common-addontestem.log