DEV: Cleanup unused config files (#8515)

- codeclimate is not used for this repository
- .env.sample was added for Heroku deployment, which is no longer supported
This commit is contained in:
David Taylor 2019-12-10 11:20:38 +00:00 committed by GitHub
parent 7891da7848
commit 5fbd52cf8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 22 deletions

View File

@ -1,21 +0,0 @@
languages:
Ruby: true
JavaScript: true
Python: false
PHP: false
exclude_paths:
- "app/assets/javascripts/defer/*"
- "app/assets/javascripts/ember-addons/*"
- "lib/autospec/*"
- "lib/es6_module_transpiler/*"
- "lib/highlight_js/*"
- "lib/import/*"
- "lib/javascripts/*"
- "lib/tasks/*"
- "lib/*.js"
- "public/*"
- "script/*"
- "spec/*"
- "test/*"
- "vendor/*"

View File

@ -1 +0,0 @@
RAILS_ENV=development