- *.rbc
- capybara-*.html
- .rspec
- /log
- /tmp
- /db/*.sqlite3
- /db/*.sqlite3-journal
- /public/system
- /coverage/
- /spec/tmp
- *.orig
- rerun.txt
- pickle-email-*.html
-
-
- config/initializers/secret_token.rb
- config/master.key
-
-
-
-
-
-
- .env
-
-
- /.bundle
- /vendor/bundle
-
-
-
-
-
- .rvmrc
-
-
- /vendor/assets/bower_components
- *.bowerrc
- bower.json
-
-
- .powenv
-
-
- .byebug_history
-
-
- node_modules/
-
-
- /public/packs
- /public/packs-test
- /public/assets
-
-
- /yarn-error.log
- yarn-debug.log*
- .yarn-integrity
-
-
- /storage/*
- !/storage/.keep
|