diff --git a/.rubocop.yml b/.rubocop.yml
index 38b71d74feab45b995186e11e677ede45766f21c..fa1370ea1f3d1e6d6953b2b71a3bc557307d5e35 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -23,6 +23,7 @@ AllCops:
     - 'tmp/**/*'
     - 'bin/**/*'
     - 'generator_templates/**/*'
+    - 'builds/**/*'
 
 # Gems in consecutive lines should be alphabetically sorted
 Bundler/OrderedGems: