From cbe7c6ca6dc60bec7840863c5b1b4f1137ca8de2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BE=9D=E7=91=AA=E8=B2=93?= Date: Tue, 14 Mar 2023 09:11:35 +0800 Subject: [PATCH] Added dummy.js to .gitignore and MANIFEST.in for exclusion. --- .gitignore | 1 + MANIFEST.in | 1 + 2 files changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 9b4560c..3b99c9e 100644 --- a/.gitignore +++ b/.gitignore @@ -38,3 +38,4 @@ excludes *.mo zh_Hans test_temp.py +dummy.js diff --git a/MANIFEST.in b/MANIFEST.in index a47966d..a545fd2 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -15,6 +15,7 @@ # See the License for the specific language governing permissions and # limitations under the License. +exclude src/accounting/static/js/dummy.js include src/accounting/translations/* include src/accounting/translations/*/LC_MESSAGES/* include docs/*