Merge pull request #10510 from colinux/tech-candies

Tech : 2 petites choses pratiques
This commit is contained in:
Colin Darie 2024-06-13 13:05:43 +00:00 committed by GitHub
commit 6fde2ede06
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 1 deletions

3
.gitignore vendored
View file

@ -18,6 +18,9 @@ public/downloads
doc/*.svg
uploads/*
.byebug_history
.DS_Store
*.swp
.envrc
.env
storage/
/node_modules

View file

@ -18,7 +18,7 @@
# See http://rubydoc.info/gems/rspec-core/RSpec/Core/Configuration
#
#
require 'simplecov' # see config in .simplecov file
require 'simplecov' if ENV["CI"] || ENV["COVERAGE"] # see config in .simplecov file
require 'rspec/retry'