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
12 changes: 12 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Explicitly mark known binary file types first (more specific patterns override general ones)
*.{png,jpg,jpeg,gif,ico,svg,woff,woff2,ttf,eot,otf} binary
*.{exe,dll,so,dylib,node,bin} binary
*.{zip,tar,gz,7z,rar,pdf} binary
*.{pdb,rlib,d} binary
*.{wasm,o,a} binary

# Auto-detect text files and normalize line endings to LF
# text=auto will detect text files and apply line ending normalization
# The eol=lf specifies LF as the line ending for text files
* text=auto eol=lf

4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,7 @@

/node_modules
/target
/**/src/obj/
/package-json.lock
/yarn.lock
/yarn.lock
**.sln
Loading