1
0
mirror of synced 2026-05-22 18:53:16 +00:00

DEV: Restore gems in .gitignore (#84)

This commit is contained in:
Jarek Radosz
2021-07-05 12:10:20 +02:00
committed by GitHub
parent 21d71e09fc
commit ef21e3da58
2 changed files with 5 additions and 2 deletions
+1 -1
View File
@@ -1,2 +1,2 @@
node_modules
gems
/gems
+4 -1
View File
@@ -1,5 +1,8 @@
inherit_gem:
rubocop-discourse: default.yml
AllCops:
Exclude:
- "gems/**/*"
- "vendor/bundle/**/*"
Discourse/NoAddReferenceOrAliasesActiveRecordMigration:
Enabled: false