-
Notifications
You must be signed in to change notification settings - Fork 111
/
Copy path.gitignore
38 lines (38 loc) · 954 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
/solution
/lib
.DS_Store
app/ios/.DS_Store
app/ios/resources/data
app/ios/.DS_Store
app/ios/frame/.DS_Store
app/ios/frame/Platform/.DS_Store
build/editor/windows/nsis/echo
bin/app/Win32/Debug/data
bin/app/Win32/Release/data
bin/app/Mac
bin/editor/Win64/Debug/build
bin/editor/Win64/Release/build
bin/editor/Mac/Debug
bin/editor/Mac/Release
/engine/core/base/echo_config.h
bin/editor/Debug/echo
/soulution
/app/android/app/.cxx
/thirdparty/openal-soft/config.h
.vscode/
/build
/cmake-build-debug
/.idea
bin/editor/Win64/Debug/cache/echo.log
bin/editor/Win64/Debug/cache/echo.cache
bin/editor/Win64/Debug/Echo.pdb
bin/editor/Win64/Debug/Echo.exe
/bin/editor/Win64/Debug/cache
/bin/editor/Win64/Debug/user
/bin/editor/Win64/Debug/libGLESv2.dll
/bin/editor/Win64/Debug/libEGL.dll
/bin/editor/Win64/Release/libGLESv2.dll
/bin/editor/Win64/Release/libEGL.dll
/bin/editor/Win64/Release/Echo.exe
bin/editor/Win64/Debug/build.pdb
bin/editor/Win64/Debug/build.exe