Added dummy.js to .gitignore and MANIFEST.in for exclusion.

This commit is contained in:
依瑪貓 2023-03-14 09:11:35 +08:00
parent b03938fb2e
commit cbe7c6ca6d
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View File

@ -38,3 +38,4 @@ excludes
*.mo
zh_Hans
test_temp.py
dummy.js

View File

@ -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/*