Skip to content
This repository was archived by the owner on Mar 9, 2024. It is now read-only.

Commit f6ca3ba

Browse files
Updated .gitattributes and .gitignore
1 parent 92988e2 commit f6ca3ba

File tree

2 files changed

+4
-23
lines changed

2 files changed

+4
-23
lines changed

Diff for: .gitattributes

+3-20
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,5 @@
1-
# Auto detect text files and perform LF normalization
21
* text=auto
32

4-
# Custom for Visual Studio
5-
*.cs diff=csharp
6-
*.sln merge=union
7-
*.csproj merge=union
8-
*.vbproj merge=union
9-
*.fsproj merge=union
10-
*.dbproj merge=union
11-
12-
# Standard to msysgit
13-
*.doc diff=astextplain
14-
*.DOC diff=astextplain
15-
*.docx diff=astextplain
16-
*.DOCX diff=astextplain
17-
*.dot diff=astextplain
18-
*.DOT diff=astextplain
19-
*.pdf diff=astextplain
20-
*.PDF diff=astextplain
21-
*.rtf diff=astextplain
22-
*.RTF diff=astextplain
3+
/.gitattributes export-ignore
4+
/.gitignore export-ignore
5+
/readme.md export-ignore

Diff for: .gitignore

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
1-
/vendor
2-
composer.phar
31
composer.lock
4-
.DS_Store
2+
vendor

0 commit comments

Comments
 (0)