.hgignore
author Riwad Salim
Tue, 03 Jul 2018 13:38:28 +0200
changeset 12 902a14596a56
parent 3 16fb4f5efa69
child 24 0c9c840b82dc
permissions -rw-r--r--
Adding specific elements in header and footer for iconolab-episteme project plus adjustment of the metadata display in templates.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
df27f9610c82 Creating iconolab episteme project
Riwad Salim
parents:
diff changeset
     1
syntax: regexp
df27f9610c82 Creating iconolab episteme project
Riwad Salim
parents:
diff changeset
     2
df27f9610c82 Creating iconolab episteme project
Riwad Salim
parents:
diff changeset
     3
^virtualenv/
df27f9610c82 Creating iconolab episteme project
Riwad Salim
parents:
diff changeset
     4
df27f9610c82 Creating iconolab episteme project
Riwad Salim
parents:
diff changeset
     5
^__pychache__/
1
3b0a8a6e685e * Move importcollection and importmetacategories commands to the generic project
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
     6
^src/iconolab_episteme/settings/dev\.py$
0
df27f9610c82 Creating iconolab episteme project
Riwad Salim
parents:
diff changeset
     7
df27f9610c82 Creating iconolab episteme project
Riwad Salim
parents:
diff changeset
     8
node_modules/
df27f9610c82 Creating iconolab episteme project
Riwad Salim
parents:
diff changeset
     9
\.css.map$
df27f9610c82 Creating iconolab episteme project
Riwad Salim
parents:
diff changeset
    10
\.js.map$
df27f9610c82 Creating iconolab episteme project
Riwad Salim
parents:
diff changeset
    11
\.orig$
df27f9610c82 Creating iconolab episteme project
Riwad Salim
parents:
diff changeset
    12
df27f9610c82 Creating iconolab episteme project
Riwad Salim
parents:
diff changeset
    13
\.log$
df27f9610c82 Creating iconolab episteme project
Riwad Salim
parents:
diff changeset
    14
^web/*
df27f9610c82 Creating iconolab episteme project
Riwad Salim
parents:
diff changeset
    15
^\.pydevproject$
df27f9610c82 Creating iconolab episteme project
Riwad Salim
parents:
diff changeset
    16
^\.project$
df27f9610c82 Creating iconolab episteme project
Riwad Salim
parents:
diff changeset
    17
^\.settings/org\.eclipse\.core\.resources\.prefs$
df27f9610c82 Creating iconolab episteme project
Riwad Salim
parents:
diff changeset
    18
^\.settings/org\.eclipse\.core\.runtime\.prefs$
df27f9610c82 Creating iconolab episteme project
Riwad Salim
parents:
diff changeset
    19
\.pyc$
df27f9610c82 Creating iconolab episteme project
Riwad Salim
parents:
diff changeset
    20
\.DS_Store$
df27f9610c82 Creating iconolab episteme project
Riwad Salim
parents:
diff changeset
    21
^src/iconolab_episteme/media/uploads/
df27f9610c82 Creating iconolab episteme project
Riwad Salim
parents:
diff changeset
    22
^src/iconolab_episteme/media/cache/
df27f9610c82 Creating iconolab episteme project
Riwad Salim
parents:
diff changeset
    23
^src/db.sqlite3$
df27f9610c82 Creating iconolab episteme project
Riwad Salim
parents:
diff changeset
    24
^src/log\.txt$
df27f9610c82 Creating iconolab episteme project
Riwad Salim
parents:
diff changeset
    25
^run/log/
df27f9610c82 Creating iconolab episteme project
Riwad Salim
parents:
diff changeset
    26
^run/web/
df27f9610c82 Creating iconolab episteme project
Riwad Salim
parents:
diff changeset
    27
^log$
df27f9610c82 Creating iconolab episteme project
Riwad Salim
parents:
diff changeset
    28
^sbin/sync/config\.py$
df27f9610c82 Creating iconolab episteme project
Riwad Salim
parents:
diff changeset
    29
^src/MANIFEST
df27f9610c82 Creating iconolab episteme project
Riwad Salim
parents:
diff changeset
    30
^src/iconolab_episteme.egg-info
df27f9610c82 Creating iconolab episteme project
Riwad Salim
parents:
diff changeset
    31
^src/dist/
df27f9610c82 Creating iconolab episteme project
Riwad Salim
parents:
diff changeset
    32
^src/.vscode
df27f9610c82 Creating iconolab episteme project
Riwad Salim
parents:
diff changeset
    33
^src/requirements/custom.txt$
df27f9610c82 Creating iconolab episteme project
Riwad Salim
parents:
diff changeset
    34
^src/iconolab_episteme/db.sqlite3
df27f9610c82 Creating iconolab episteme project
Riwad Salim
parents:
diff changeset
    35
^src/.direnv
df27f9610c82 Creating iconolab episteme project
Riwad Salim
parents:
diff changeset
    36
^src/.envrc$
df27f9610c82 Creating iconolab episteme project
Riwad Salim
parents:
diff changeset
    37
1
3b0a8a6e685e * Move importcollection and importmetacategories commands to the generic project
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
    38
^run/
0
df27f9610c82 Creating iconolab episteme project
Riwad Salim
parents:
diff changeset
    39
1
3b0a8a6e685e * Move importcollection and importmetacategories commands to the generic project
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
    40
^.vscode
3b0a8a6e685e * Move importcollection and importmetacategories commands to the generic project
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
    41
^sbin/sync/.direnv
3b0a8a6e685e * Move importcollection and importmetacategories commands to the generic project
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
    42
^sbin/sync/.envrc
3b0a8a6e685e * Move importcollection and importmetacategories commands to the generic project
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
    43
^sbin/sync/.vscode
3b0a8a6e685e * Move importcollection and importmetacategories commands to the generic project
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
    44
^sbin/sync/.vagrant
3b0a8a6e685e * Move importcollection and importmetacategories commands to the generic project
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
    45
^sbin/sync/fabric.py$
3
16fb4f5efa69 * add scraping script
ymh <ymh.work@gmail.com>
parents: 1
diff changeset
    46
16fb4f5efa69 * add scraping script
ymh <ymh.work@gmail.com>
parents: 1
diff changeset
    47
^data/script/.direnv
16fb4f5efa69 * add scraping script
ymh <ymh.work@gmail.com>
parents: 1
diff changeset
    48
^data/script/.envrc$
16fb4f5efa69 * add scraping script
ymh <ymh.work@gmail.com>
parents: 1
diff changeset
    49
^data/script/scrapESO
16fb4f5efa69 * add scraping script
ymh <ymh.work@gmail.com>
parents: 1
diff changeset
    50