eBooru/.gitignore
Earlopain 179a948cf2
[Docker] Add solargraph to the image, and a few more things
* Allow modifying .env without git complainging about changes to commit
* Require COMPOSE_PROFILE=solargraph for solargraph to be included in the image
* Set required vscode settings for solargraph to correctly work in docker
* Clean up .solargraph.yml. All these removed values are the default
* Disable autocomplete in the rails console
* Add a compose service to run rubocop

* Upddate rubocop config

Added some, removed some, ordered alphabetically.
Before: 844 files inspected, 6871 offenses detected, 6095 offenses autocorrectable
After: 844 files inspected, 8024 offenses detected, 7538 offenses autocorrectable
Most of the new offences are because of Style/StringLiterals (1312)
2022-10-18 23:35:18 +02:00

46 lines
599 B
Plaintext

.env
.bundle
.yardoc
config/database.yml
config/danbooru_local_config.rb
config/deploy/*.rb
config/application.yml
config/newrelic.yml
db/*.sqlite3
doc/*
log/*.log
tmp/*
public/data
public/assets
vendor/cache/*.gem
.sass-cache
.DS_Store
coverage
*~
*.swp
tmp/*.jpg
tmp/*.png
danbooru.db
iqdb.db
danbooru.sublime-project
danbooru.sublime-workspace
script/scratch.*
test/fixtures/vcr_cassettes
.gitconfig
test/reports
.idea
/public/packs
/public/packs-test
/node_modules
yarn-debug.log*
.yarn-integrity
/public/packs
/public/packs-test
/node_modules
/yarn-error.log
yarn-debug.log*
.yarn-integrity