-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
24 lines (23 loc) · 890 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
################################################################################
# This .gitignore file was automatically created by Microsoft(R) Visual Studio.
################################################################################
/.vs/clu.active.learning/v15
/clu.active.learning/bin/Debug
/clu.active.learning/obj/Debug
/.vs/clu.active.learning/v14/.suo
/packages/Newtonsoft.Json.12.0.1
/packages/EntityFramework.6.2.0
/clu.active.learning.web/bin
/clu.active.learning.web/obj/Debug
/packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.8
/packages/Microsoft.Net.Compilers.2.6.1
/.vs
/packages
/scripts/SchoolGradesDB_log.ldf
/scripts/SchoolGradesDB.mdf
/scripts/FourthCoffeeDB_log.ldf
/scripts/FourthCoffeeDB.mdf
/clu.active.learning.app/bin/Debug
/clu.active.learning.app/obj/Debug
/clu.active.learning.console/bin/Debug
/clu.active.learning.console/obj/Debug