gimhan commited on
Commit
1c0435b
·
verified ·
1 Parent(s): 78ad2e9

Create .gitattributes

Browse files
Files changed (1) hide show
  1. .gitattributes +30 -0
.gitattributes ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # හැම ෆයිල් එකම ස්වයංක්‍රීයව හඳුනාගන්න
2
+ * text=auto
3
+
4
+ # Windows/Linux වෙනස්කම් නිසා එන අවුල් මගහරින්න
5
+ # මේ ෆයිල් අනිවාර්යයෙන්ම LF (Linux Style) විදියට තියෙන්න ඕනේ
6
+ *.js text eol=lf
7
+ *.json text eol=lf
8
+ *.css text eol=lf
9
+ *.html text eol=lf
10
+ *.sh text eol=lf
11
+ Dockerfile text eol=lf
12
+ .dockerignore text eol=lf
13
+
14
+ # පින්තූර සහ Binary ෆයිල්ස් වෙනස් නොවී තියාගන්න (Binary)
15
+ *.png binary
16
+ *.jpg binary
17
+ *.jpeg binary
18
+ *.gif binary
19
+ *.ico binary
20
+ *.webp binary
21
+ *.ttf binary
22
+ *.woff binary
23
+ *.woff2 binary
24
+ *.eot binary
25
+
26
+ # අනිත් Binary වර්ග
27
+ *.gz binary
28
+ *.zip binary
29
+ *.7z binary
30
+ *.pdf binary