mirror of
https://github.com/spacebarchat/server.git
synced 2024-11-05 02:12:28 +01:00
Fix .DS_Store ignore, add gitattributes for nix/scripts
This commit is contained in:
parent
1b9d75524a
commit
c9a51cfd17
4
.gitattributes
vendored
Normal file
4
.gitattributes
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
* text=auto
|
||||
*.sh -crlf
|
||||
*.nix -crlf
|
||||
.husky/pre-commit -crlf
|
4
.gitignore
vendored
4
.gitignore
vendored
@ -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
BIN
src/webrtc/.DS_Store
vendored
Binary file not shown.
Loading…
Reference in New Issue
Block a user