Skip to content

Commit 4fa4697

Browse files
marco-millerbhufmann
authored andcommitted
Standardize the .gitignore file format and sort it
Signed-off-by: Marco Miller <[email protected]>
1 parent a8f4d3d commit 4fa4697

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.gitignore

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
.DS_Store
2-
lib
3-
node_modules
4-
*.log
1+
# LC_COLLATE=C sort
2+
/*.log
3+
/.DS_Store
4+
/lib/
5+
/node_modules/

0 commit comments

Comments
 (0)