-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy path.gitattributes
More file actions
41 lines (36 loc) · 904 Bytes
/
Copy path.gitattributes
File metadata and controls
41 lines (36 loc) · 904 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# Car Rental Database Management System - Academic Repository
# Professional .gitattributes for scholarly archiving
# Set default behavior to automatically normalize line endings
* text=auto
# Ensure text and source files use LF on checkout
*.md text eol=lf
*.php text eol=lf
*.sql text eol=lf
*.css text eol=lf
*.js text eol=lf
*.cff text eol=lf
*.json text eol=lf
.gitattributes text eol=lf
.gitignore text eol=lf
LICENSE text eol=lf
# Explicitly mark binary files
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.ico binary
*.pdf binary
*.ttf binary
*.woff binary
*.woff2 binary
# Improve diff handling
*.md text diff=markdown
*.php text diff=php
*.sql text diff=sql
# Language Detection - Focus on Source Code
docs/** linguist-vendored
Mini-Project/** linguist-vendored
CITATION.cff linguist-vendored
codemeta.json linguist-vendored
LICENSE linguist-vendored
SECURITY.md linguist-vendored