diff options
author | zsloan | 2015-04-10 19:08:18 +0000 |
---|---|---|
committer | zsloan | 2015-04-10 19:08:18 +0000 |
commit | 64526b27922053d608147b2ce896b42ee9e5c2dc (patch) | |
tree | 716af10399f40c4fd483af1483818db94095f6a6 /genotype_files | |
parent | 1823434ff8b54df0bd8ce1d7d19a37d74e850dd5 (diff) | |
download | genenetwork2-64526b27922053d608147b2ce896b42ee9e5c2dc.tar.gz |
Added git large file system (the .gitattributes files) and fixed an issue where rat trait pages wouldn't work
Diffstat (limited to 'genotype_files')
-rw-r--r-- | genotype_files/genotypes/.gitattributes | 1 | ||||
-rw-r--r-- | genotype_files/new_genotypes/.gitattributes | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/genotype_files/genotypes/.gitattributes b/genotype_files/genotypes/.gitattributes new file mode 100644 index 00000000..c311ac85 --- /dev/null +++ b/genotype_files/genotypes/.gitattributes @@ -0,0 +1 @@ +*.geno filter=lfs -crlf diff --git a/genotype_files/new_genotypes/.gitattributes b/genotype_files/new_genotypes/.gitattributes new file mode 100644 index 00000000..912ed80c --- /dev/null +++ b/genotype_files/new_genotypes/.gitattributes @@ -0,0 +1 @@ +*.json filter=lfs -crlf |