DEV: Restore `gems` in .gitignore (#84)
This commit is contained in:
parent
21d71e09fc
commit
ef21e3da58
|
@ -1,2 +1,2 @@
|
|||
node_modules
|
||||
gems
|
||||
/gems
|
||||
|
|
|
@ -1,5 +1,8 @@
|
|||
inherit_gem:
|
||||
rubocop-discourse: default.yml
|
||||
|
||||
AllCops:
|
||||
Exclude:
|
||||
- "gems/**/*"
|
||||
- "vendor/bundle/**/*"
|
||||
Discourse/NoAddReferenceOrAliasesActiveRecordMigration:
|
||||
Enabled: false
|
||||
|
|
Loading…
Reference in New Issue