canvas-lms/.selinimumignore

58 lines
985 B
Plaintext

# these are things that selinimum can safely ignore when deciding whether
# the current commit needs to run all specs or just a subset
*.txt
*.md
*.png
*.jpg
*.gif
*.ico
*.svg
*.html
*.yml
*.example
*.ttf
*.woff
*.eot
*.sh
*.rubocop.yml
/.dockerignore
/.selinimumignore
/.stylelintrc
/app/stylesheets/brandable_variables.json
/app/stylesheets/components/_canvas-icons.scss
/bin
/config/environments/*
!/config/environments/test.rb
/doc
/docker-compose*
/Gemfile.d/development.rb
/gems/*/spec
/gems/dr_diff
/gems/rubocop-canvas
/gems/selinimum
/gems/tatl_tael
/guard
/Guardfile
/lib/data_fixup
/public/fonts
/public/javascripts/.xssignore
/public/javascripts/translations/_core_en.js
/script
/webpack.production.config.babel.js
# ignore all specs and spec-related things, except selenium specs and things
# that can affect them
/spec/*
!/spec/factories
!/spec/helpers
!/spec/selenium
!/spec/support
!/spec/*.rb
# ** so we unignore previously ignored .txt, etc.
!/spec/fixtures/**