-
Notifications
You must be signed in to change notification settings - Fork 39
/
.gitignore
61 lines (54 loc) · 944 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
# IntelliJ files
/.idea/libraries/Gradle__*.xml
/.idea/dictionaries/
/.idea/httpRequests/
/.idea/jarRepositories.xml
/.idea/markdown*
/.idea/sassLintPlugin.xml
/.idea/scssLintPlugin.xml
/.idea/shelf/
/.idea/vcs.xml
/.idea/workspace.xml
/.idea/watcherTasks.xml
/.idea/PharmCAT.iml
# External tools
_trial_temp/
.coverage
.gradle/
.pytest_cache/
coverage-python.xml
/node_modules/
venv/
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
# Wiki checkout
/*.wiki/
# Temporary files
.DS_Store
._.DS_Store
*~
/build/
# PharmCAT specific
/docs/assets/
/out/
/testVcf/
/tmp/
log.txt
pharmcat*.log
reference.fna.bgz*
# temp files for testing the Jekyll site
/docs/_site
/docs/.bundle
/docs/.jekyll-cache
/docs/.jekyll-metadata
/docs/vendor
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
# python directory or files
__pycache__/
# Local Netlify folder
.netlify