Skip to content

Commit fa892ad

Browse files
committed
Insert final newline by editor config
1 parent b4e52da commit fa892ad

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.gitignore

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@
1010
# Node.js
1111
node_modules/
1212

13-
# Bower
14-
bower_components/
15-
1613
# Test coverage
1714
coverage/
1815

@@ -25,4 +22,4 @@ package-lock.json
2522
yarn.lock
2623

2724
# PNPM - package manager
28-
shrinkwrap.yaml
25+
shrinkwrap.yaml

.npmignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# All unnecessary
2-
*
2+
*

0 commit comments

Comments
 (0)