Browse Source

change url to rawdata submodule

kosciessa 2 years ago
parent
commit
602c9cab7a
2 changed files with 11 additions and 21 deletions
  1. 9 19
      .gitignore
  2. 2 2
      .gitmodules

+ 9 - 19
.gitignore

@@ -1,24 +1,14 @@
+# do not consider anything
+
 *
+
+# except for files and directories
+
 !*.*
 !*/
-**/B_data
-**/C_figures
-**/D_tools
-**/F_dvars_scrub_test
-**/G_filter_test
-**/T_tools/*
-!/T_tools/mMSE/
-**/X_documentation
-**/X*
-**/Y_logs
-**/Y_log
-**/Z_archive
-**/tmp*
-**/study_information
+
+# with the following exclusions
+
 *.m~
 .DS_Store
-*._*
-*.e*
-*.o*
-*.Rlog1
-*.zip
+*._*

+ 2 - 2
.gitmodules

@@ -1,8 +1,8 @@
 [submodule "data/inputs/rawdata"]
 	path = data/inputs/rawdata
-	url = https://gin.g-node.org/juliankosciessa/eegmp_data
+	url = git@gin.g-node.org:/juliankosciessa/eegmp_data.git
 	datalad-id = 0200add5-391d-428e-ba1f-e3e9faa77ba8
-	datalad-url = ../eegmp_data
+	datalad-url = git@gin.g-node.org:/juliankosciessa/eegmp_data.git
 [submodule "tools/fieldtrip"]
 	path = tools/fieldtrip
 	url = https://github.com/fieldtrip/fieldtrip