Skip to content

Commit a33c031

Browse files
author
10x Genomics
committed
feat: Cell Ranger 7.2.0
0 parents  commit a33c031

25 files changed

Lines changed: 4685 additions & 0 deletions

.gitignore

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# Logs
2+
logs
3+
*.log
4+
npm-debug.log*
5+
yarn-debug.log*
6+
yarn-error.log*
7+
src/.yarn
8+
9+
# Dependency directories
10+
node_modules/
11+
12+
/dist/
13+
__pycache__/
14+
/example/index.html
15+
16+
*.pyc
17+
18+
.DS_Store
19+
20+
/bazel-*/
21+
22+
#Added by cargo
23+
#
24+
#already existing elements are commented out
25+
26+
target/
27+
**/*.rs.bk
28+
29+
example/example.html
30+
.idea

0 commit comments

Comments
 (0)