-
Notifications
You must be signed in to change notification settings - Fork 2
/
.gitignore
87 lines (69 loc) · 1012 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
.vscode/
##reactapp
# dependencies
/node_modules
# testing
/coverage
# production
/build
# misc
.DS_Store
.env
##uploads
instance/uploads/
##vagrant
.vagrant/
##Flask
.DS_Store
*.pyc
*.pyo
dist
build
*.egg
*.egg-info
_mailinglist
.tox
.cache/
.idea/
# Coverage reports
htmlcov
.coverage
.coverage.*
*,cover
##Superphy
# Virtual environment
venv/*
**/venv/*
!venv/lib
!venv/requirements.txt
!venv/npm-requirements.txt
venv/lib/*
!venv/lib/python2.7
venv/lib/python2.7/*
!venv/lib/python2.7/site-packages/
venv/lib/python2.7/site-packages/*
!venv/lib/python2.7/site-packages/SuperPhy
config/*
!config/default.cfg
*.sqlite
blast/*
#######################
*.py[cod]
#Temporary Files
all.min.css
superphy.min.js
superphy.js
app/bin/outputs/*
app/bin/tmp/
app/bin/tmp/*
app/bin/samples/
app/bin/samples/*
## Gene and genome analysis (database files)
app/bin/*.[np]hr
app/bin/*.[np]in
app/bin/*.[np]sq
app/bin/*.fsa
app/mithril/css/*
**/bower_components/*
app/mithril/js/mithril.js
app/posted_files/*