https://github.com/carlosp420/VoSeq
Raw File
Tip revision: 3a08828776a64a38587573a33f3faece3313bc78 authored by carlosp420 on 07 May 2017, 15:27:35 UTC
dont index edits
Tip revision: 3a08828
.gitignore
config.json
.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