Skip to content

Commit 3127113

Browse files
author
Kyle Chen
committed
add .gitattribute && .gitignore
1 parent b715234 commit 3127113

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

.gitattribute

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* text eol=lf

.gitignore

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
Thumbs.db
2+
ehthumbs.db
3+
Desktop.ini
4+
*.py[cod]
5+
*.so
6+
*.egg
7+
*.egg-info
8+
migrations/
9+
.idea/
10+
log/
11+
lock/

0 commit comments

Comments
 (0)