| author | ymh <ymh.work@gmail.com> |
| Tue, 12 Feb 2013 10:54:34 +0100 | |
| changeset 134 | 678b07d351ef |
| parent 125 | e292c7b311bd |
| permissions | -rw-r--r-- |
| 0 | 1 |
|
2 |
syntax: regexp |
|
| 10 | 3 |
^\.git |
| 6 | 4 |
^\.project$ |
5 |
^web/index$ |
|
6 |
^web/log$ |
|
7 |
.*\.pyc$ |
|
8 |
^web/\.htaccess$ |
|
9 |
^web/static/media/ldt$ |
|
10 |
^web/static/site$ |
|
11 |
^virtualenv/web/env$ |
|
12 |
.pydevproject |
|
13 |
^virtualenv/web/project-boot\.py$ |
|
|
20
3cbd273eddf1
move python source file in their own folder
ymh <ymh.work@gmail.com>
parents:
12
diff
changeset
|
14 |
^src/theend/\.htaccess$ |
|
3cbd273eddf1
move python source file in their own folder
ymh <ymh.work@gmail.com>
parents:
12
diff
changeset
|
15 |
^src/theend/config\.py$ |
| 8 | 16 |
^\.settings/org\.eclipse\.core\.resources\.prefs$ |
17 |
^\.settings/org\.eclipse\.core\.resources\.prefs$ |
|
18 |
^\.settings/org\.eclipse\.core\.runtime\.prefs$ |
|
19 |
^virtualenv/sync/env/ |
|
20 |
^sbin/sync/config\.py$ |
|
| 10 | 21 |
^virtualenv/sync/project-boot\.py$ |
| 21 | 22 |
^\.gitignore$ |
23 |
^src/log |
|
24 |
^src/\.htaccess$ |
|
|
41
f2123b4487e9
début écrans de choix
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
21
diff
changeset
|
25 |
syntax: glob |
|
f2123b4487e9
début écrans de choix
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
21
diff
changeset
|
26 |
web/static/res/js/theend.sublime-project |
| 51 | 27 |
web/static/res/js/theend.sublime-workspace |
28 |
syntax: regexp |
|
| 125 | 29 |
^web/static/media$ |
30 |
syntax: regexp |
|
31 |
^web/static/cache$ |