##// END OF EJS Templates
hgignore: cleanup
Mads Kiilerich -
r8516:5dd9cf56 default
parent child Browse files
Show More
@@ -1,55 +1,55 b''
1 1 syntax: glob
2 2 *.pyc
3 3 *.swp
4 4 *.sqlite
5 5 *.tox
6 6 *.egg-info
7 7 *.egg
8 8 *.mo
9 9 *.orig
10 10 *.rej
11 11 *.bak
12 12 .eggs/
13 13
14 14 syntax: regexp
15 ^rcextensions
16 ^build
17 ^dist/
18 ^docs/build/
19 ^docs/_build/
15 ^extensions\.py$
16 ^build$
17 ^dist$
18 ^docs/build$
19 ^docs/_build$
20 20 ^data$
21 ^sql_dumps/
21 ^sql_dumps$
22 22 ^\.settings$
23 23 ^\.project$
24 24 ^\.pydevproject$
25 25 ^\.coverage$
26 26 ^kallithea/front-end/node_modules$
27 27 ^kallithea/front-end/package-lock\.json$
28 28 ^kallithea/front-end/theme\.less$
29 29 ^kallithea/front-end/tmp$
30 30 ^kallithea/public/codemirror$
31 31 ^kallithea/public/css/select2-spinner\.gif$
32 32 ^kallithea/public/css/select2\.png$
33 33 ^kallithea/public/css/select2x2\.png$
34 34 ^kallithea/public/css/style\.css$
35 35 ^kallithea/public/css/style\.css\.map$
36 36 ^kallithea/public/js/bootstrap\.js$
37 37 ^kallithea/public/js/dataTables\.bootstrap\.js$
38 38 ^kallithea/public/js/jquery\.atwho\.min\.js$
39 39 ^kallithea/public/js/jquery\.caret\.min\.js$
40 40 ^kallithea/public/js/jquery\.dataTables\.js$
41 41 ^kallithea/public/js/jquery\.flot\.js$
42 42 ^kallithea/public/js/jquery\.flot\.selection\.js$
43 43 ^kallithea/public/js/jquery\.flot\.time\.js$
44 44 ^kallithea/public/js/jquery\.min\.js$
45 45 ^kallithea/public/js/select2\.js$
46 46 ^kallithea\.db$
47 47 ^test\.db$
48 48 ^Kallithea\.egg-info$
49 49 ^my\.ini$
50 ^fabfile.py
50 ^fabfile\.py$
51 51 ^\.idea$
52 52 ^\.cache$
53 53 ^\.pytest_cache$
54 54 ^venv$
55 55 /__pycache__$
General Comments 0
You need to be logged in to leave comments. Login now