diff --git a/.gitignore b/.gitignore index 9efdd7a..8a8fe78 100644 --- a/.gitignore +++ b/.gitignore @@ -36,6 +36,10 @@ /.bundle/ /vendor/bundle /lib/bundler/man/ +/vendor/assets +bower_components/ +node_modules/ +.DS_Store ### Vim ### [._]*.s[a-w][a-z] diff --git a/.rubocop.yml b/.rubocop.yml index 39aaeaa..7b9919e 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -3,6 +3,7 @@ AllCops: - db/schema.rb - db/seeds.rb - bin/**/* + - vendor/assets/**/* Style/AndOr: Enabled: false