Abeshith commited on
Commit
5fa47a5
·
1 Parent(s): 3530416

chore: add gitignore and lfs tracking for audio files

Browse files
Files changed (2) hide show
  1. .gitattributes +2 -0
  2. .gitignore +0 -0
.gitattributes ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ *.mp3 filter=lfs diff=lfs merge=lfs -text
2
+ *.wav filter=lfs diff=lfs merge=lfs -text
.gitignore CHANGED
Binary files a/.gitignore and b/.gitignore differ