mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-23 18:19:40 +00:00
10 lines
390 B
Plaintext
10 lines
390 B
Plaintext
/node_modules/
|
|
/wwwroot/lib/
|
|
/wwwroot/ng-app/**/*.js
|
|
/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
|