Ignore Angular build output

This commit is contained in:
Daniel J. Summers 2021-06-19 18:10:44 -04:00
parent 6b0c2ac236
commit bf12867602

2
.gitignore vendored
View File

@ -261,6 +261,8 @@ src/MyPrayerJournal.Api/wwwroot/favicon.ico
src/MyPrayerJournal.Api/wwwroot/index.html src/MyPrayerJournal.Api/wwwroot/index.html
src/MyPrayerJournal.Api/wwwroot/*.js src/MyPrayerJournal.Api/wwwroot/*.js
src/MyPrayerJournal.Api/wwwroot/*.js.map src/MyPrayerJournal.Api/wwwroot/*.js.map
src/MyPrayerJournal.Api/wwwroot/css
src/MyPrayerJournal.Api/wwwroot/js
src/MyPrayerJournal.Api/appsettings.Development.json src/MyPrayerJournal.Api/appsettings.Development.json
/build /build
src/*.exe src/*.exe