obs-websocket/.gitignore
Norihiro Kamae 9912c9963c base: Remove unnecessary entries in .gitignore
the commit 21886adb3 moves the destination of the generated files into
the build directory so that it is unnecessary to hide the generated
files by .gitignore.
2023-04-04 12:14:11 -04:00

13 lines
134 B
Plaintext

*~
.DS_Store
.idea
.vscode
/build/
/build32/
/build64/
/release/
/package/
/installer/Output/
/docs/node_modules/
/cmake-build-debug/