Skip to content

Commit 0c63e29

Browse files
committed
Upgrade gitignore and editorconfig
1 parent a8b1ef3 commit 0c63e29

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

.editorconfig

+4-2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ indent_style = space
88
indent_size = 4
99
trim_trailing_whitespace = true
1010

11-
[*.yml]
12-
indent_style = space
11+
[*.md]
12+
trim_trailing_whitespace = false
13+
14+
[*.{yml,yaml,neon}]
1315
indent_size = 2

.gitignore

+1-6
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
# Common
2-
/.env
3-
/*.cache
4-
5-
61
# IDE
72
/.idea/
83

@@ -11,4 +6,4 @@
116
/vendor/
127

138
# Testing
14-
../../test.php
9+
test.php

0 commit comments

Comments
 (0)