-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
118 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,118 @@ | ||
.hg* | ||
# Downloaded and locally built eggs | ||
eggs | ||
scripts/scramble/build | ||
scripts/scramble/lib | ||
scripts/scramble/archives | ||
|
||
# Python virtualenv | ||
.venv | ||
|
||
# Database stuff | ||
database/beaker_sessions | ||
database/citations | ||
database/community_files | ||
database/compiled_templates | ||
database/files | ||
database/job_working_directory | ||
database/pbs | ||
database/tmp | ||
database/*.sqlite | ||
database/openid_consumer_cache | ||
|
||
# Python bytecode | ||
*.pyc | ||
|
||
# Galaxy Runtime Files | ||
*.lock | ||
*.log | ||
*.pid | ||
|
||
# Tool Shed Runtime Files | ||
tool_shed_webapp.lock | ||
tool_shed_webapp.log | ||
tool_shed_webapp.pid | ||
hgweb.config* | ||
lib/tool_shed/scripts/bootstrap_tool_shed/user_info.xml | ||
|
||
# Reports Runtime Files | ||
reports_webapp.lock | ||
reports_webapp.log | ||
reports_webapp.pid | ||
|
||
# Config files | ||
universe_wsgi.ini | ||
reports_wsgi.ini | ||
tool_shed_wsgi.ini | ||
|
||
# Config files. | ||
datatypes_conf.xml | ||
tool_conf.xml | ||
external_service_types_conf.xml | ||
migrated_tools_conf.xml | ||
shed_tool_conf.xml | ||
tool_data_table_conf.xml | ||
tool_sheds_conf.xml | ||
integrated_tool_panel.xml | ||
openid_conf.xml | ||
shed_tool_data_table_conf.xml | ||
job_conf.xml | ||
data_manager_conf.xml | ||
shed_data_manager_conf.xml | ||
object_store_conf.xml | ||
job_metrics_conf.xml | ||
workflow_schedulers_conf.xml | ||
config/* | ||
static/welcome.html.* | ||
static/welcome.html | ||
|
||
# Tool data. | ||
tool-data/annotation_profiler_options.xml | ||
tool-data/annotation_profiler_valid_builds.txt | ||
tool-data/gatk_annotations.txt | ||
tool-data/gd.restriction_enzymes.txt | ||
tool-data/gd.species.txt | ||
tool-data/shared/igv/igv_build_sites.txt | ||
tool-data/shared/rviewer/rviewer_build_sites.txt | ||
tool-data/shared/ncbi/builds.txt | ||
tool-data/shared/ucsc/builds.txt | ||
tool-data/shared/ensembl/builds.txt | ||
tool-data/shared/ucsc/publicbuilds.txt | ||
tool-data/shared/ucsc/ucsc_build_sites.txt | ||
tool-data/*.loc | ||
tool-data/genome/* | ||
|
||
# Test output | ||
test-data-cache | ||
run_functional_tests.html | ||
test/tool_shed/tmp/* | ||
.coverage | ||
htmlcov | ||
run_unit_tests.html | ||
test/unit/**.log | ||
|
||
# Project files | ||
*.kpf | ||
|
||
# Chrom len files | ||
*.len | ||
|
||
# Jars | ||
tool-data/shared/jars/ | ||
|
||
# CSS build artifacts. | ||
sprite-*.less | ||
|
||
# Local node_modules and bower_components directories | ||
node_modules | ||
bower_components | ||
|
||
# Documentation build files. | ||
doc/build | ||
|
||
# Misc | ||
*.orig | ||
.DS_Store | ||
*.rej | ||
*~ | ||
|