-
Notifications
You must be signed in to change notification settings - Fork 254
Expand file tree
/
Copy path.gitignore
More file actions
48 lines (40 loc) · 736 Bytes
/
Copy path.gitignore
File metadata and controls
48 lines (40 loc) · 736 Bytes
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
39
40
41
42
43
44
45
46
47
48
.vs/
.nuget/
src/source/Global Debug/
src/Global Debug/
src/Global Debug/Main
src/source/Global Release/
src/Global Release/
src/Global Release/Main
# External dependencies (built locally; matches the dir and the symlink form)
_deps
# CMake build directories
/build/
build-mingw/
build-linux/
/cmake-build-debug/
/cmake-build-release/
/CMakeFiles/
**/cmake-build-debug/
**/cmake-build-release/
**/CMakeFiles/
/Win32/
/out/
# .NET build outputs
**/bin/**
!**/bin/Translations/
!**/bin/Translations/**
# Bundled UI fonts (curated, shipped with the client) are source-controlled.
!**/bin/fonts/
!**/bin/fonts/**
**/obj/
*.user
*.suo
# Jetbrains Ides
/.idea/
**/.idea/
# ImGui
**/imgui.ini
**/*.log
# Local-only files
docs/reviews/