mirror of
https://github.com/chatmail/core.git
synced 2026-04-21 15:36:30 +03:00
10
.gitattributes
vendored
Normal file
10
.gitattributes
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
# normal text files should contain a simple LF lineend, the following settings
|
||||
# ensures this even if the user has not set core.autocrlf.
|
||||
* text=auto
|
||||
|
||||
# binary files should be detected by git, however, to be sure, you can add them here explictly
|
||||
*.png binary
|
||||
*.jpg binary
|
||||
*.gif binary
|
||||
*.ico binary
|
||||
|
||||
5
.gitignore
vendored
5
.gitignore
vendored
@@ -2,3 +2,8 @@
|
||||
**/*.rs.bk
|
||||
Cargo.lock
|
||||
*.db
|
||||
|
||||
# ignore vi temporaries
|
||||
*~
|
||||
*.swp
|
||||
*.swo
|
||||
|
||||
Reference in New Issue
Block a user