diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2024-12-07 13:31:31 -0500 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2024-12-07 13:31:31 -0500 |
commit | b5afc0cf9db8d50d1d95fc2c2fe8b451f8825b46 (patch) | |
tree | 95ea3dfc7d0aa75be20f4e6f7cfe099b96805c21 /.gitignore | |
parent | eb41f85dd46b4d224aa3f3bc2c05d577ac50625f (diff) | |
download | thoughts-b5afc0cf9db8d50d1d95fc2c2fe8b451f8825b46.tar.gz thoughts-b5afc0cf9db8d50d1d95fc2c2fe8b451f8825b46.tar.bz2 thoughts-b5afc0cf9db8d50d1d95fc2c2fe8b451f8825b46.zip |
Moved secret base, Akismet, Sendgrid, and database keys into credentials
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 7e4fe23..3ddb969 100644 --- a/.gitignore +++ b/.gitignore | |||
@@ -27,7 +27,10 @@ tags | |||
27 | .DS_Store | 27 | .DS_Store |
28 | *.swo | 28 | *.swo |
29 | /public/uploads | 29 | /public/uploads |
30 | config/database.yml | ||
31 | /storage | 30 | /storage |
32 | 31 | ||
33 | misc | 32 | misc |
33 | |||
34 | /config/master.key | ||
35 | |||
36 | /config/credentials/production.key | ||