-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.gitignore
More file actions
23 lines (21 loc) · 885 Bytes
/
.gitignore
File metadata and controls
23 lines (21 loc) · 885 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
################################################################################
# This .gitignore file was automatically created by Microsoft(R) Visual Studio.
################################################################################
/.vs/EnemyModifiers/v15/.suo
/.vs/FargoEnemyModifiers/v15/.suo
/.vs/ProjectSettings.json
/.vs/VSWorkspaceState.json
/.vs/slnx.sqlite
.vs/slnx.sqlite
.vs/
/obj/Release/net45/FargoEnemyModifiers.csproj.CoreCompileInputs.cache
/obj/Release/net45/FargoEnemyModifiers.AssemblyInfoInputs.cache
/obj/Release/net45/FargoEnemyModifiers.AssemblyInfo.cs
/obj/Release/net45
/obj/Debug/net45/FargoEnemyModifiers.csprojAssemblyReference.cache
/obj/Debug/net45/FargoEnemyModifiers.csproj.CoreCompileInputs.cache
/obj/Debug/net45/FargoEnemyModifiers.AssemblyInfoInputs.cache
/obj/Debug/net45/FargoEnemyModifiers.AssemblyInfo.cs
/obj/Debug/net45
.idea/
obj/