Skip to content
Snippets Groups Projects
.hgignore 609 B
Newer Older
  • Learn to ignore specific revisions
  • Raphaël Gomès's avatar
    Raphaël Gomès committed
    ^web-ui/node_modules
    ^web-ui/dist
    ^web-ui/dist-ssr
    ^web-ui/.*\.local
    ^web-ui/.*\.log
    ^web-ui/logs
    
    Boris Feld's avatar
    Boris Feld committed
    syntax: glob
    
    *.pyc
    .venv
    
    Raphaël Gomès's avatar
    Raphaël Gomès committed
    .env
    
    scm-perf/jhg-sync
    scm-perf/env
    scm-perf/results
    scm-perf/html
    scm-perf/tests/*.err
    scm-perf/repos/
    scm-perf/Pipfile
    scm-perf/Pipfile.lock
    scm-perf/.python-version
    scm-perf/.idea/
    scm-perf/local.repos
    scm-perf/LOG
    scm-perf/perfexts/perf-*.py
    
    build/
    python-libs/poulpe.egg-info/PKG-INFO
    python-libs/poulpe.egg-info/SOURCES.txt
    python-libs/poulpe.egg-info/dependency_links.txt
    python-libs/poulpe.egg-info/top_level.txt