remove ignore list rules for installments

This commit is contained in:
glyph 2022-08-30 08:48:28 +01:00
parent f45f0fd554
commit 40142600b9
2 changed files with 3 additions and 10 deletions

7
.gitignore vendored
View File

@ -1,8 +1 @@
part_2_subscribe_form
part_3_database_follows
part_4_posts_streams
part_5_latest_posts
part_6_unread_delete
part_7_extension_ideas
notes
target

View File

@ -2,7 +2,7 @@
members = [
"part_1_sbot_rocket",
#"part_2_subscribe_form",
#"part_3_database_follows",
#"part_4_posts_streams"
"part_2_subscribe_form",
"part_3_database_follows",
"part_4_posts_streams"
]