Skip to content

Commit cbb6348

Browse files
committed
🧹 chore: configure EOL & update .gitignore and .gitattributes
1 parent e3b9250 commit cbb6348

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

‎.editorconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[*]
2+
end_of_line = lf

‎.gitattributes

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
* text=auto eol=lf
2+
3+
tests/** linguist-vendored
4+
eslint.config.js linguist-vendored

‎.gitignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ dist/
88
node_modules/
99

1010
# logs
11-
npm-debug.log*
12-
yarn-debug.log*
13-
yarn-error.log*
1411
pnpm-debug.log*
1512

1613
# environment variables

0 commit comments

Comments
 (0)