-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy path.gitignore
More file actions
33 lines (33 loc) · 800 Bytes
/
.gitignore
File metadata and controls
33 lines (33 loc) · 800 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
gm_dotnet_native/.vs
gm_dotnet_managed/bin
gm_dotnet_managed/obj
gm_dotnet_native/.idea
gm_dotnet_native/cmake-build-debug
gm_dotnet_native/cmake-build-debug_wsl
gm_dotnet_native/cmake-build-debug-visual-studio
gm_dotnet_native/cmake-build-debug-wsl
gm_dotnet_managed/.vs
gm_dotnet_managed/GmodNET/bin
gm_dotnet_managed/GmodNET/obj
gm_dotnet_managed/GmodNET.API/bin
gm_dotnet_managed/GmodNET.API/obj
gm_dotnet_managed/GmodNET.API/GmodNET.API.csproj.user
gm_dotnet_managed/GmodNET.API/Properties
gm_dotnet_managed/GmodNET/Properties
*.user
gm_dotnet_managed/DefaultContextResolver/bin
gm_dotnet_managed/DefaultContextResolver/obj
node/node_modules
gm_dotnet_managed/Tests/bin
gm_dotnet_managed/Tests/obj
*/.idea
.DS_Store
*/.vscode
build/
obj/
bin/
**/.vs/
nupkgs/
Modules/
packed-build/
lua-publish/