Add gitignore file
This commit is contained in:
parent
2b2507c26d
commit
15b55fe3ba
|
@ -0,0 +1,13 @@
|
|||
WindowsVVC/Win32
|
||||
WindowsVVC/x64
|
||||
MacOSVVC/arm64
|
||||
MacOSVVC/intel_x64
|
||||
LinuxVVC/arm*
|
||||
LinuxVVC/x*
|
||||
Android/arm*
|
||||
Android/x*
|
||||
|
||||
[Oo]bj/
|
||||
[Bb]in/
|
||||
|
||||
.vscode
|
Loading…
Reference in New Issue