Skip to content

Commit 29452d8

Browse files
Laren-AWScpyle0819
andauthored
Fix some Python gitignore issues
Remove *.manifest from Python .gitignore because these are used in some tests and should be included. (#4059) Remove .gitignore from DDB item tracker because we don't want to ignore config.py. Genericize config.py. Co-authored-by: Corey Pyle <[email protected]>
1 parent 2e545bf commit 29452d8

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

python/.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ MANIFEST
2929
# PyInstaller
3030
# Usually these files are written by a python script from a template
3131
# before PyInstaller builds the exe, so as to inject date/other infos into it.
32-
*.manifest
3332
*.spec
3433

3534
# Installer logs

python/cross_service/dynamodb_item_tracker/.gitignore

-1
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
TABLE_NAME = 'NEED-TABLE-NAME'
2+
SENDER_EMAIL = 'NEED-SENDER-EMAIL'
3+
SECRET_KEY = 'change-for-production!'

0 commit comments

Comments
 (0)