Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
# Enforce LF endings on Windows. This is necessary
# in order for the Linux docker container on Windows to work.
* text eol=lf

# Denote all files that are truly binary and should not be modified.
*.ico binary
*.jpg binary
*.png binary

# Use text conventions for commonly used text extensions.
*.csv text
*.ini text
*.json text
*.txt text
*.xml text
20 changes: 20 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -107,3 +107,23 @@ external/

# Third party dependency folder
deps/

# Repository Bloat Risks
*.7[Zz]
*.[Bb][Ii][Nn]
*.[Cc][Aa][Bb]
*.[Dd][Ll][Ll]
*.[Dd][Mm][Pp]
*.[Ee][Tt][Ll]
*.[Ee][Xx][Ee]
*.[Gg][Zz]
*.[Ll][Ii][Bb]
*.[Mm][Ss][Ii]
*.[Mm][Ss][Uu]
*.[Nn][Uu][Pp][Kk][Gg]
*.[Pp][Dd][Bb]
*.[Rr][Aa][Rr]
*.[Ss][Oo]
*.[Vv][Hh][Dd]
*.[Ww][Ii][Mm]
*.[Zz][Ii][Pp]