# HG changeset patch # User Dennis Concepcion Martin # Date 1634051645 -7200 # Node ID 9b0486301fbf1a32a8b27685ff52772f5a232441 # Parent 70f0625bfcf1898a41e83611e9f238ab72873015 add sensitive data to .gitignore diff -r 70f0625bfcf1 -r 9b0486301fbf .gitignore --- a/.gitignore Tue Oct 12 16:17:35 2021 +0200 +++ b/.gitignore Tue Oct 12 17:14:05 2021 +0200 @@ -1,3 +1,5 @@ +# Sensitive data +Simoleon/Config.xcconfig # Created by https://www.toptal.com/developers/gitignore/api/macos,xcode,swift,fastlane # Edit at https://www.toptal.com/developers/gitignore?templates=macos,xcode,swift,fastlane