Changeset - 5dd9cf56f09e
[Not reviewed]
default
0 1 0
Mads Kiilerich (mads) - 5 years ago 2020-10-23 00:42:26
mads@kiilerich.com
Grafted from: dec2050285fa
hgignore: cleanup
1 file changed with 7 insertions and 7 deletions:
0 comments (0 inline, 0 general)
.hgignore
Show inline comments
 
@@ -9,19 +9,19 @@ syntax: glob
 
*.orig
 
*.rej
 
*.bak
 
.eggs/
 

	
 
syntax: regexp
 
^rcextensions
 
^build
 
^dist/
 
^docs/build/
 
^docs/_build/
 
^extensions\.py$
 
^build$
 
^dist$
 
^docs/build$
 
^docs/_build$
 
^data$
 
^sql_dumps/
 
^sql_dumps$
 
^\.settings$
 
^\.project$
 
^\.pydevproject$
 
^\.coverage$
 
^kallithea/front-end/node_modules$
 
^kallithea/front-end/package-lock\.json$
 
@@ -44,12 +44,12 @@ syntax: regexp
 
^kallithea/public/js/jquery\.min\.js$
 
^kallithea/public/js/select2\.js$
 
^kallithea\.db$
 
^test\.db$
 
^Kallithea\.egg-info$
 
^my\.ini$
 
^fabfile.py
 
^fabfile\.py$
 
^\.idea$
 
^\.cache$
 
^\.pytest_cache$
 
^venv$
 
/__pycache__$
0 comments (0 inline, 0 general)