We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6595224 commit e05e195Copy full SHA for e05e195
.gitignore
@@ -10,4 +10,7 @@
10
/jbrowse/.gradle
11
12
# Ignore labkey-npm build artifacts
13
-**/gen/**
+**/gen/**
14
+
15
+# Ignore MacOS .DS_Store artifacts
16
+**/.DS_Store
0 commit comments