diff options
| author | 2024-08-05 15:46:18 +0800 | |
|---|---|---|
| committer | 2024-08-05 15:46:18 +0800 | |
| commit | 44df3febf8d18a543943a1a9f273053ff52e5081 (patch) | |
| tree | 8b967fe1a1ed9a0c761833f55dc953ac75a77d06 /src | |
| parent | 0a7a60f1d6b010f36f55dfeb273cb1dc8af9e45d (diff) | |
| download | ipm-44df3febf8d18a543943a1a9f273053ff52e5081.tar.gz ipm-44df3febf8d18a543943a1a9f273053ff52e5081.zip | |
Diffstat (limited to 'src')
| -rw-r--r-- | src/ipm/const.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ipm/const.py b/src/ipm/const.py index b8dc092..eff51c9 100644 --- a/src/ipm/const.py +++ b/src/ipm/const.py @@ -16,7 +16,7 @@ ATTENTIONS = ( "This file is @generated by IPM.", "It is not intended for manual editing.", ) -GITIGNORE = """# Initialized `.gitignores` @generated by IPM. +GITIGNORE = """# Initialized `.gitignore` @generated by IPM. # Python __pycache__/ *.pyc |
