Skip to content

Commit 4e9c496

Browse files
committed
Update .gitignore to exclude all sensitive scripts and configuration files
1 parent 0793186 commit 4e9c496

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.gitignore

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ config/credentials/*.yml.enc
144144
.dockerignore
145145
Dockerfile
146146
docker-compose*.yml
147+
bin/docker-entrypoint
147148

148149
# Terraform
149150
*.tfstate
@@ -165,6 +166,14 @@ passwords.txt
165166
/script/test_encryption.rb
166167
/test_encryption.rb
167168
puts*.log
169+
new.sh
170+
render-build.sh
171+
/script/generate_encryption_keys.rb
172+
/script/check_encryption_keys.rb
173+
/script/check_database_config.rb
174+
/script/add_key_hash_column.rb
175+
/script/fix_production_db.sh
176+
/script/reencrypt_entries.rb
168177

169178
# Documentation with sensitive information
170179
GITHUB_SETUP.md

0 commit comments

Comments
 (0)