Replace master branch with local files
This commit is contained in:
commit
875a53f499
60 changed files with 21637 additions and 0 deletions
37
backend/.dockerignore
Normal file
37
backend/.dockerignore
Normal file
|
|
@ -0,0 +1,37 @@
|
|||
# Build artifacts
|
||||
build/
|
||||
cmake-build-*/
|
||||
CMakeCache.txt
|
||||
CMakeFiles/
|
||||
cmake_install.cmake
|
||||
Makefile
|
||||
|
||||
# Conan files
|
||||
conanfile.txt
|
||||
conanfile.py
|
||||
conan.lock
|
||||
conanbuildinfo.*
|
||||
conaninfo.txt
|
||||
CMakeUserPresets.json
|
||||
.conan/
|
||||
.conan2/
|
||||
|
||||
# IDE files
|
||||
.idea/
|
||||
.vscode/
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
|
||||
# OS files
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Compiled objects
|
||||
*.o
|
||||
*.a
|
||||
*.so
|
||||
*.dylib
|
||||
|
||||
# Executables
|
||||
streaming-backend
|
||||
Loading…
Add table
Add a link
Reference in a new issue