| author | ymh <ymh.work@gmail.com> |
| Wed, 04 Sep 2024 17:32:50 +0200 | |
| changeset 1072 | ac1eacb3aa33 |
| parent 1030 | afd77187fd9a |
| child 1073 | 687133dc13cf |
| permissions | -rw-r--r-- |
| 1 | 1 |
syntax: regexp |
|
50
b5849024c5c5
modifié .hgignore pour ignorer les fichiers construits automatiquement.
hamidouk
parents:
1
diff
changeset
|
2 |
^src/js/LdtPlayer\.min\.js$ |
| 1030 | 3 |
^src/css/LdtPlayer-release\.css$ |
4 |
^build$ |
|
5 |
^test/libs$ |
|
6 |
^test/metadataplayer$ |
|
7 |
\.mp4$ |
|
8 |
\.dokuwiki$ |
|
9 |
^\.pydevproject$ |
|
10 |
^doc/.+\.html$ |
|
11 |
^assets/player_bab_ldt/player_bab_ldt/bin$ |
|
12 |
^\.settings/org\.eclipse\.core\.runtime\.prefs$ |
|
13 |
^sbin/build/compil-to-platform\.sh$ |
|
14 |
\.webm$ |
|
15 |
^downloads/.+\.zip$ |
|
16 |
^sbin/build/compil-to-polemic-tweet\.sh$ |
|
17 |
^.git$ |
|
18 |
^.gitignore$ |
|
|
1072
ac1eacb3aa33
Migrate source and build to vite.js
ymh <ymh.work@gmail.com>
parents:
1030
diff
changeset
|
19 |
^node_modules$ |
| 1030 | 20 |
|
|
50
b5849024c5c5
modifié .hgignore pour ignorer les fichiers construits automatiquement.
hamidouk
parents:
1
diff
changeset
|
21 |
syntax: glob |
|
b5849024c5c5
modifié .hgignore pour ignorer les fichiers construits automatiquement.
hamidouk
parents:
1
diff
changeset
|
22 |
build/LdtPlayer-release.js |
|
b5849024c5c5
modifié .hgignore pour ignorer les fichiers construits automatiquement.
hamidouk
parents:
1
diff
changeset
|
23 |
build/LdtPlayer.min.js |
| 301 | 24 |
*.swp |
| 418 | 25 |
*.orig |
| 455 | 26 |
src/js/site.js |
|
520
fe008e95a716
added jsdoc support, and a script to generate the docs.
hamidouk
parents:
455
diff
changeset
|
27 |
doc/jsdoc/* |
|
1072
ac1eacb3aa33
Migrate source and build to vite.js
ymh <ymh.work@gmail.com>
parents:
1030
diff
changeset
|
28 |
shell.nix |
|
ac1eacb3aa33
Migrate source and build to vite.js
ymh <ymh.work@gmail.com>
parents:
1030
diff
changeset
|
29 |
dist/* |
|
ac1eacb3aa33
Migrate source and build to vite.js
ymh <ymh.work@gmail.com>
parents:
1030
diff
changeset
|
30 |
.envrc |