.hgignore
author nowmad@23.1.168.192.in-addr.arpa
Fri, 06 Nov 2015 15:38:42 +0100
changeset 7 479b1dd5a8e3
parent 4 f55970e41793
child 15 1b4c222d4f0c
permissions -rw-r--r--
update .hgignore to ignore build, temp and config files in the ember app and the drupal module
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
01a844d292ac dev environment + first skeleton for bo
ymh <ymh.work@gmail.com>
parents:
diff changeset
     2
^dev/\.vagrant
01a844d292ac dev environment + first skeleton for bo
ymh <ymh.work@gmail.com>
parents:
diff changeset
     3
^server/data
01a844d292ac dev environment + first skeleton for bo
ymh <ymh.work@gmail.com>
parents:
diff changeset
     4
^server/src/\.git.*
01a844d292ac dev environment + first skeleton for bo
ymh <ymh.work@gmail.com>
parents:
diff changeset
     5
^server/src/\.env
01a844d292ac dev environment + first skeleton for bo
ymh <ymh.work@gmail.com>
parents:
diff changeset
     6
^server/src/composer.phar$
01a844d292ac dev environment + first skeleton for bo
ymh <ymh.work@gmail.com>
parents:
diff changeset
     7
^server/src/vendor
01a844d292ac dev environment + first skeleton for bo
ymh <ymh.work@gmail.com>
parents:
diff changeset
     8
^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
     9
^server/src/bootstrap/cache/
1
01a844d292ac dev environment + first skeleton for bo
ymh <ymh.work@gmail.com>
parents:
diff changeset
    10
^server/src/database/.*\.sqlite$
01a844d292ac dev environment + first skeleton for bo
ymh <ymh.work@gmail.com>
parents:
diff changeset
    11
^server/src/storage/laravel.log$
01a844d292ac dev environment + first skeleton for bo
ymh <ymh.work@gmail.com>
parents:
diff changeset
    12
^server/src/storage/app/
01a844d292ac dev environment + first skeleton for bo
ymh <ymh.work@gmail.com>
parents:
diff changeset
    13
^server/src/storage/logs/
01a844d292ac dev environment + first skeleton for bo
ymh <ymh.work@gmail.com>
parents:
diff changeset
    14
^server/src/storage/framework/config.php$
01a844d292ac dev environment + first skeleton for bo
ymh <ymh.work@gmail.com>
parents:
diff changeset
    15
^server/src/storage/framework/routes.php$
01a844d292ac dev environment + first skeleton for bo
ymh <ymh.work@gmail.com>
parents:
diff changeset
    16
^server/src/storage/framework/compiled.php$
01a844d292ac dev environment + first skeleton for bo
ymh <ymh.work@gmail.com>
parents:
diff changeset
    17
^server/src/storage/framework/services.json$
01a844d292ac dev environment + first skeleton for bo
ymh <ymh.work@gmail.com>
parents:
diff changeset
    18
^server/src/storage/framework/events.scanned.php$
01a844d292ac dev environment + first skeleton for bo
ymh <ymh.work@gmail.com>
parents:
diff changeset
    19
^server/src/storage/framework/routes.scanned.php$
01a844d292ac dev environment + first skeleton for bo
ymh <ymh.work@gmail.com>
parents:
diff changeset
    20
^server/src/storage/framework/cache/
01a844d292ac dev environment + first skeleton for bo
ymh <ymh.work@gmail.com>
parents:
diff changeset
    21
^server/src/storage/framework/sessions/
01a844d292ac dev environment + first skeleton for bo
ymh <ymh.work@gmail.com>
parents:
diff changeset
    22
^server/src/storage/framework/views/
4
f55970e41793 first skeleton of bo client in ember
ymh <ymh.work@gmail.com>
parents: 2
diff changeset
    23
^server/node_modules
f55970e41793 first skeleton of bo client in ember
ymh <ymh.work@gmail.com>
parents: 2
diff changeset
    24
^server/src/public/css
f55970e41793 first skeleton of bo client in ember
ymh <ymh.work@gmail.com>
parents: 2
diff changeset
    25
^server/src/public/js/vendor
f55970e41793 first skeleton of bo client in ember
ymh <ymh.work@gmail.com>
parents: 2
diff changeset
    26
^server/src/public/fonts
f55970e41793 first skeleton of bo client in ember
ymh <ymh.work@gmail.com>
parents: 2
diff changeset
    27
^server/bo_client/node_modules
f55970e41793 first skeleton of bo client in ember
ymh <ymh.work@gmail.com>
parents: 2
diff changeset
    28
^server/bo_client/bower_components
f55970e41793 first skeleton of bo client in ember
ymh <ymh.work@gmail.com>
parents: 2
diff changeset
    29
^server/bo_client/dist
f55970e41793 first skeleton of bo client in ember
ymh <ymh.work@gmail.com>
parents: 2
diff changeset
    30
^server/bo_client/tmp
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
    31
^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
    32
^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
    33
^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
    34
^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
    35
^cms/corpus_module/app-client
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
^.*\.DS_Store