Skip to content

Commit 1b4a4af

Browse files
committed
Deal with line endings and update git ignore
1 parent 4023bbd commit 1b4a4af

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

.gitattributes

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
*.json text
2+
*.xml text
3+
*.php text
4+
*.LGPL text
5+
*.md text
6+
*.skel text
7+
*.css text
8+
*.inc text
9+
*.js text
10+
*.html text
11+
*.txt text
12+
*.svg text
13+

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
.DS_Store
22
composer.lock
33
vendor
4+
.idea
5+
.project

0 commit comments

Comments
 (0)