thecollabagepatch commited on
Commit
821005a
1 Parent(s): 6e6ef0c

add gitignore and gitmodules

Browse files
Files changed (2) hide show
  1. .gitignore +12 -0
  2. .gitmodules +3 -0
.gitignore ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ *.midi
2
+ *.wav
3
+ *.mp3
4
+ *.mid
5
+ musiclang/
6
+ *.pyc
7
+ __pycache__/
8
+ *.log
9
+ *.swp
10
+ .DS_Store
11
+ audiocraft/
12
+ font.sf2
.gitmodules ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ [submodule "audiocraft"]
2
+ path = audiocraft
3
+ url = https://github.com/facebookresearch/audiocraft