Skip to content

Commit d080af7

Browse files
author
Rafael J. Staib
committed
Add gitattributes and gitignore files
1 parent ded6441 commit d080af7

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Auto detect text files and perform LF normalization
2+
* text=auto

.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
dist
2+
build/dist
3+
docs
4+
*~
5+
*.diff
6+
*.patch
7+
.DS_Store
8+
node_modules

0 commit comments

Comments
 (0)