mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-26 03:27:30 +00:00
Add strong naming and fix DB path on IIS Express
This commit is contained in:
5
samples/angular/MusicStore/.gitignore
vendored
5
samples/angular/MusicStore/.gitignore
vendored
@@ -3,3 +3,8 @@
|
||||
/wwwroot/ng-app/**/*.js
|
||||
/project.lock.json
|
||||
/music-db.sqlite
|
||||
/Properties/launchSettings.json
|
||||
|
||||
# Obviously you don't really want your DB to go in wwwroot, but due to https://github.com/aspnet/Microsoft.Data.Sqlite/issues/188
|
||||
# it currently does when run from IIS Express. Will resolve this once RC2 is out, which is supposed to eliminate the inconsistency.
|
||||
/wwwroot/music-db.sqlite
|
||||
|
||||
Reference in New Issue
Block a user