Auswertung Experiment
Database tüddelei DBHanlder läuft gut für DIESE Datanbank struktur... App begonnen aber weit entfernt von gutem Stand
This commit is contained in:
46
Libs/schemer/schemes/.gitattributes
vendored
Normal file
46
Libs/schemer/schemes/.gitattributes
vendored
Normal file
@@ -0,0 +1,46 @@
|
||||
# Auto detect text files and perform LF normalization
|
||||
* text=auto
|
||||
|
||||
#
|
||||
# The above will handle all files NOT found below
|
||||
#
|
||||
|
||||
##---------------------------------------------------
|
||||
# Common .gitattributes
|
||||
##---------------------------------------------------
|
||||
|
||||
# Documents
|
||||
# ============
|
||||
*.txt text
|
||||
*.md text
|
||||
|
||||
# Graphics
|
||||
# ============
|
||||
*.png binary
|
||||
*.jpg binary
|
||||
*.jpeg binary
|
||||
*.gif binary
|
||||
*.tif binary
|
||||
*.tiff binary
|
||||
*.ico binary
|
||||
*.svg text
|
||||
*.eps binary
|
||||
|
||||
|
||||
##---------------------------------------------------
|
||||
# Basic .gitattributes for a MATLAB repo
|
||||
##---------------------------------------------------
|
||||
|
||||
# Source files
|
||||
# ============
|
||||
*.m text
|
||||
*.prf text
|
||||
|
||||
# Binary files
|
||||
# ============
|
||||
*.p binary
|
||||
*.mex* binary
|
||||
*.fig binary
|
||||
*.mat binary
|
||||
*.mdl binary
|
||||
*.slx binary
|
||||
Reference in New Issue
Block a user