diff --git a/.env.development b/.env.development new file mode 100644 index 0000000..b929917 Binary files /dev/null and b/.env.development differ diff --git a/.env.production b/.env.production new file mode 100644 index 0000000..c1d18fd Binary files /dev/null and b/.env.production differ diff --git a/.gitattributes b/.gitattributes index 8dc4323..6ed073b 100644 --- a/.gitattributes +++ b/.gitattributes @@ -7,3 +7,7 @@ db/schema.rb linguist-generated vendor/* linguist-vendored config/credentials/*.yml.enc diff=rails_credentials config/credentials.yml.enc diff=rails_credentials + +# Encrypt env files +.env.production filter=git-crypt diff=git-crypt +.env.development filter=git-crypt diff=git-crypt