mirror of
https://github.com/discourse/discourse-subscriptions.git
synced 2025-07-06 14:32:11 +00:00
DEV: Restore gems
in .gitignore (#84)
This commit is contained in:
parent
21d71e09fc
commit
ef21e3da58
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,2 +1,2 @@
|
|||||||
node_modules
|
node_modules
|
||||||
gems
|
/gems
|
||||||
|
@ -1,5 +1,8 @@
|
|||||||
inherit_gem:
|
inherit_gem:
|
||||||
rubocop-discourse: default.yml
|
rubocop-discourse: default.yml
|
||||||
|
AllCops:
|
||||||
|
Exclude:
|
||||||
|
- "gems/**/*"
|
||||||
|
- "vendor/bundle/**/*"
|
||||||
Discourse/NoAddReferenceOrAliasesActiveRecordMigration:
|
Discourse/NoAddReferenceOrAliasesActiveRecordMigration:
|
||||||
Enabled: false
|
Enabled: false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user