forked from dayedepps/smrtflow
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
66 lines (55 loc) · 980 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
*.class
*.log
*.swp
*.pyc
.DS_Store
smrt-server-link/db/*
# these dirs will be automatically created on startup
smrt-server-link/jobs-root
smrt-server-link/pacbio-bundles
smrtlink-events
smrt-server-analysis/db/*
smrt-server-analysis/jobs-root
test-data-smrt-server
smrt-server-analysis-internal/jobs-root
smrt-server-analysis-internal/analysis_services.db
extras/pbbundler/built-bundles/*
# Test Data
PacBioTestData
# Misc repos used for integration testing and data
repos/*
repos
test-data/smrtserver-testdata
test-output/*
jobs-root/*
profile.json
smrt-server-sim/sim*.log
smrt-server-sim/sim*.xml
# Chemistry bundles that are downloaded when running
pacbio-bundles
# sbt specific
.cache
.history
.lib/
dist/*
target/
lib_managed/
src_managed/
project/boot/
project/plugins/project/
# Scala-IDE specific
.scala_dependencies
.worksheet
docs/_build/*
db/*
.idea
# ensime-specific
.ensime
.ensime_cache
# IntelliJ
.idea/*
# node
node_modules/*
# test detritus
pg/
tmp/