AXCWG 5 月之前
父节点
当前提交
d722a1bfee
共有 3 个文件被更改,包括 12 次插入2 次删除
  1. 6 0
      .idea/jsLibraryMappings.xml
  2. 3 1
      .idea/vcs.xml
  3. 3 1
      README.md

+ 6 - 0
.idea/jsLibraryMappings.xml

@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project version="4">
+  <component name="JavaScriptLibraryMappings">
+    <includedPredefinedLibrary name="Node.js Core" />
+  </component>
+</project>

+ 3 - 1
.idea/vcs.xml

@@ -1,4 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <project version="4">
-  <component name="VcsDirectoryMappings" defaultProject="true" />
+  <component name="VcsDirectoryMappings">
+    <mapping directory="$PROJECT_DIR$" vcs="Git" />
+  </component>
 </project>

+ 3 - 1
README.md

@@ -1 +1,3 @@
-Backend. 
+Backend. 
+
+Stolen code from: [uvr-mdx-infer](https://github.com/seanghay/uvr-mdx-infer)