https://github.com/carlosp420/VoSeq
Raw File
Tip revision: ec241b953bf5b44ef75305fffa3de878a84a4d83 authored by dependabot[bot] on 05 July 2020, 21:07:59 UTC
Bump django from 1.10.2 to 1.11.29 in /vagrant_data
Tip revision: ec241b9
.gitignore
config.json
.mypy_cache/
.git
.idea
*pyc
*db
*sql
*xml
*pdf
*bak
*.fasta

# virtual machine in vagrant
./vagrant

# package builds
VoSeq.egg-info
build
dist
voseq.egg-info

# coverage
.coverage
voseq/htmlcov
voseq/.coverage
htmlcov

# old VoSeq files to ignore
conf.php

# avoid including dataset files
voseq/create_dataset/dataset_files/*txt

# avoid including migrations files
voseq/public_interface/migrations/*
voseq/overview_table/migrations/*
voseq/stats/migrations/*

# avoid including doc files for modules
docs/voseq.*
docs/_build
.vagrant/
back to top