1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-09-16 15:52:25 +02:00

Fix .DS_Store ignore, add gitattributes for nix/scripts

This commit is contained in:
Emma [it/its]@Rory& 2024-08-18 18:54:51 +02:00
parent 1b9d75524a
commit c9a51cfd17
3 changed files with 6 additions and 2 deletions

4
.gitattributes vendored Normal file
View File

@ -0,0 +1,4 @@
* text=auto
*.sh -crlf
*.nix -crlf
.husky/pre-commit -crlf

4
.gitignore vendored
View File

@ -1,4 +1,4 @@
.DS_STORE
**/.DS_STORE
db/
dist/
node_modules
@ -19,4 +19,4 @@ build
*.tmp
tmp/
dump/
result
result

BIN
src/webrtc/.DS_Store vendored

Binary file not shown.