forked from IntelLabs/GKL
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
41 lines (35 loc) · 774 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
.gradle/
build/
.vscode/
bin/
.settings/
.project
.classpath
#================================================================================
# from https://github.com/github/gitignore/blob/master/Global/JetBrains.gitignore
#================================================================================
# User-specific stuff:
.idea/workspace.xml
.idea/tasks.xml
.idea/dictionaries
.idea/vcs.xml
.idea/jsLibraryMappings.xml
.idea/misc.xml
.idea/compiler.xml
.idea/modules.xml
# Sensitive or high-churn files:
.idea/
.idea/dataSources.ids
.idea/dataSources.xml
.idea/dataSources.local.xml
.idea/sqlDataSources.xml
.idea/dynamic.xml
.idea/uiDesigner.xml
.idea/modules
.idea/copyright
# Gradle:
.idea/gradle.xml
.idea/libraries
# Test folder
scripts/gatk
scripts/test