We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d0af48 commit 6da5891Copy full SHA for 6da5891
.gitattributes
@@ -0,0 +1,3 @@
1
+data/1160_rest_EEG_Rlm_Fhl_rdSeg_Art_EC.csv filter=lfs diff=lfs merge=lfs -text
2
+data/1160_rest_EEG_Rlm_Fhl_rdSeg_Art_EC.mat filter=lfs diff=lfs merge=lfs -text
3
+data/1160_rest_EEG_Rlm_Fhl_rdSeg_Art_EC.fif filter=lfs diff=lfs merge=lfs -text
.gitignore
@@ -14,8 +14,8 @@
14
.ipynb_checkpoints
15
# ignore .mat files, except tutorial file
16
*.mat
17
-# ignore data folder for now
18
-*data/
+# ignore example output (any numpy output for now)
+*.npy
19
#!*util/1160_rest_EEG_Rlm_Fhl_rdSeg_Art_EC.mat
20
# ignore any output images
21
*.png
0 commit comments