author | ymh <ymh.work@gmail.com> |
Thu, 28 Jun 2018 15:22:52 +0200 | |
changeset 5 | 9f857d8ac327 |
parent 3 | 16fb4f5efa69 |
child 24 | 0c9c840b82dc |
permissions | -rw-r--r-- |
0 | 1 |
syntax: regexp |
2 |
||
3 |
^virtualenv/ |
|
4 |
||
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 | 7 |
|
8 |
node_modules/ |
|
9 |
\.css.map$ |
|
10 |
\.js.map$ |
|
11 |
\.orig$ |
|
12 |
||
13 |
\.log$ |
|
14 |
^web/* |
|
15 |
^\.pydevproject$ |
|
16 |
^\.project$ |
|
17 |
^\.settings/org\.eclipse\.core\.resources\.prefs$ |
|
18 |
^\.settings/org\.eclipse\.core\.runtime\.prefs$ |
|
19 |
\.pyc$ |
|
20 |
\.DS_Store$ |
|
21 |
^src/iconolab_episteme/media/uploads/ |
|
22 |
^src/iconolab_episteme/media/cache/ |
|
23 |
^src/db.sqlite3$ |
|
24 |
^src/log\.txt$ |
|
25 |
^run/log/ |
|
26 |
^run/web/ |
|
27 |
^log$ |
|
28 |
^sbin/sync/config\.py$ |
|
29 |
^src/MANIFEST |
|
30 |
^src/iconolab_episteme.egg-info |
|
31 |
^src/dist/ |
|
32 |
^src/.vscode |
|
33 |
^src/requirements/custom.txt$ |
|
34 |
^src/iconolab_episteme/db.sqlite3 |
|
35 |
^src/.direnv |
|
36 |
^src/.envrc$ |
|
37 |
||
1
3b0a8a6e685e
* Move importcollection and importmetacategories commands to the generic project
ymh <ymh.work@gmail.com>
parents:
0
diff
changeset
|
38 |
^run/ |
0 | 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 | 46 |
|
47 |
^data/script/.direnv |
|
48 |
^data/script/.envrc$ |
|
49 |
^data/script/scrapESO |
|
50 |