Skip to content
Snippets Groups Projects
Commit 2e6c4dc8 authored by Yuriy Maksymets's avatar Yuriy Maksymets
Browse files

Added .save extension to gitignore

parent f1b1925a
No related branches found
No related tags found
1 merge request!28Rooms and frontend
Pipeline #101582 passed
...@@ -2,6 +2,9 @@ ...@@ -2,6 +2,9 @@
# Created by https://www.gitignore.io/api/vim,node,macos,visualstudiocode # Created by https://www.gitignore.io/api/vim,node,macos,visualstudiocode
# Edit at https://www.gitignore.io/?templates=vim,node,macos,visualstudiocode # Edit at https://www.gitignore.io/?templates=vim,node,macos,visualstudiocode
# Nano save files
*.save
# Internal submodule files # Internal submodule files
src/liowebrtc src/liowebrtc
src/rtcpeerconnection src/rtcpeerconnection
......
#canvas {
width: 100%;
height: 100%;
position: fixed;
}
button.selected {
background-color: lightgray;
}
.dropdown-peers {
background-color: #111;
color: white;
padding: 16px;
font-size: 16px;
border: none;
cursor: pointer;
}
.dropdown {
position: relative;
display: inline-block;
}
.peers {
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment