-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1402 from DFE-Digital/842-code-clean-up-teacher-t…
…raining-advisor-1 Removed paas related code
- Loading branch information
Showing
401 changed files
with
4 additions
and
23,489 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,50 +1,4 @@ | ||
# See https://help.github.com/articles/ignoring-files for more about ignoring files. | ||
# | ||
# If you find yourself ignoring temporary files generated by your text editor | ||
# or operating system, you probably want to add a global ignore instead: | ||
# git config --global core.excludesfile '~/.gitignore_global' | ||
|
||
# Ignore bundler config. | ||
/.bundle | ||
|
||
# Ignore all logfiles and tempfiles. | ||
/log/* | ||
/tmp/* | ||
|
||
# Ignore uploaded files in development | ||
/storage/* | ||
|
||
/public/assets | ||
.byebug_history | ||
|
||
# Ignore master key for decrypting credentials and more. | ||
/config/master.key | ||
/public/packs | ||
/public/packs-test | ||
/node_modules | ||
/vendor/cache | ||
yarn-debug.log* | ||
.yarn-integrity | ||
#spec state | ||
/spec/examples.txt | ||
/out/* | ||
# redis dump | ||
dump.rdb | ||
# coverage files | ||
/coverage/* | ||
|
||
.env | ||
.env*.local | ||
.env.development | ||
*.log | ||
|
||
/config/credentials/*.key | ||
|
||
*.idea | ||
fetch_config.rb | ||
|
||
.vscode | ||
|
||
.terraform | ||
terraform.tfstate* | ||
bin/terrafile | ||
terraform/domains/environment_domains/vendor | ||
terraform/domains/infrastructure/vendor | ||
terraform/**/vendor/ |
Oops, something went wrong.