-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add .gitattributes and .gitignore files
- Loading branch information
Showing
2 changed files
with
37 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
* text=auto eol=lf | ||
|
||
*.bat text eol=crlf | ||
*.config text eol=lf | ||
*.css text eol=lf | ||
*.html text eol=lf | ||
*.js text eol=lf | ||
*.prefs text | ||
*.py text eol=lf | ||
*.rst text eol=lf | ||
*.sh text eol=lf | ||
*.txt text eol=lf | ||
*.po text eol=lf | ||
*.pot text eol=lf | ||
*.styl text eol=lf | ||
*.xml text | ||
|
||
*.gif binary | ||
*.ico binary | ||
*.jpg binary | ||
*.lnk binary | ||
*.mo binary | ||
*.png binary | ||
*.exe binary | ||
*.so binary | ||
*.ppt binary | ||
*.pdf binary | ||
*.gz binary | ||
*.zip binary |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
*~ | ||
*.pyc | ||
*.pyo | ||
*.swp | ||
*.log | ||
*.patch | ||
|
||
.idea |