a89580ac70
* #102: Moving Models and constants to their own library * #102: Updated sln file * #102: Updated README to include step install migration tool
21 lines
474 B
Plaintext
21 lines
474 B
Plaintext
################################################################################
|
|
# This .gitignore file was automatically created by Microsoft(R) Visual Studio.
|
|
################################################################################
|
|
|
|
/.vs/Icarus
|
|
.vscode/*
|
|
/bin/*
|
|
/bin/Debug/netcoreapp2.2
|
|
/Migrations
|
|
/obj
|
|
/obj/*
|
|
/Icarus.txt
|
|
/appsettings.json
|
|
/appsettings.Development.json
|
|
appsettings.Development.json
|
|
appsettings.json
|
|
Icarus/bin
|
|
Icarus/obj
|
|
Models/bin
|
|
Models/obj
|