Akron | 17c6081 | 2020-06-15 14:29:30 +0200 | [diff] [blame] | 1 | /cache |
2 | /kalamar.secret | ||||
3 | /start-test | ||||
4 | /todo.org | ||||
5 | /fixtures.txt | ||||
6 | /sandbox | ||||
7 | /Sandbox | ||||
8 | /node_modules | ||||
9 | /cache/data | ||||
10 | /public | ||||
11 | /kalamar.*.conf | ||||
12 | /kalamar.conf.json | ||||
13 | /kalamar.conf.js | ||||
14 | /kalamar.*.dict | ||||
15 | !/kalamar.queries.dict | ||||
16 | /script/hypnotoad.pid | ||||
17 | /.sass-cache | ||||
18 | /dev/css | ||||
19 | /dev/js/spec/src | ||||
20 | /templates/announcement.html.ep | ||||
21 | /templates/custom | ||||
22 | /lib/Kalamar/Plugin/Announcements.pm | ||||
23 | /log | ||||
24 | /blib | ||||
25 | /script* | ||||
26 | /MYMETA* | ||||
27 | /Makefile | ||||
28 | /pm_to_blib | ||||
29 | /t/kalamar_user_client.t | ||||
Akron | b62e0e5 | 2017-05-18 16:01:45 +0200 | [diff] [blame] | 30 | \#* |
Akron | 1c969e6 | 2015-05-21 23:05:55 +0200 | [diff] [blame] | 31 | *.tar.gz |
32 | *~ | ||||
33 | *.sqlite | ||||
34 | *.log | ||||
35 | *.db | ||||
Akron | ccd9d7d | 2020-09-22 09:51:19 +0200 | [diff] [blame] | 36 | *.plugins.json |
Akron | 1c969e6 | 2015-05-21 23:05:55 +0200 | [diff] [blame] | 37 | *.old |
38 | .* | ||||
Akron | 17c6081 | 2020-06-15 14:29:30 +0200 | [diff] [blame] | 39 | /t/kalamar_user_client.t |
Akron | 1c969e6 | 2015-05-21 23:05:55 +0200 | [diff] [blame] | 40 | !.gitignore |
Akron | 17c6081 | 2020-06-15 14:29:30 +0200 | [diff] [blame] | 41 | !.dockerignore |
42 | /npm-debug.log | ||||
43 | /package-lock.json | ||||
Akron | 020c363 | 2020-01-16 09:25:32 +0100 | [diff] [blame] | 44 | /kalamar.code-workspace |