Files
JavaScriptServices/samples/angular/MusicStore/.gitignore
2016-02-02 15:10:15 +00:00

11 lines
409 B
Plaintext

/node_modules/
/wwwroot/lib/
/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