From 1fcaf30160ba684131e0fed2e8776b2be8d6f1f1 Mon Sep 17 00:00:00 2001 From: 苏向夜 Date: Sat, 30 Mar 2024 14:16:47 +0800 Subject: feat(const): add vue code --- src/ipm/const.py | 274 ++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 272 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/ipm/const.py b/src/ipm/const.py index 1332143..52a3739 100644 --- a/src/ipm/const.py +++ b/src/ipm/const.py @@ -21,10 +21,14 @@ GITIGNORE = """# Initialized `.gitignores` @generated by IPM. __pycache__/ *.pyc -# Builds +# IPM Builds .ipm-build/ dist/ +# Cached Databases +*.db +*.sqlite3 + # Distribution / packaging eggs/ .eggs/ @@ -69,7 +73,7 @@ MANIFEST __pypackages__/ # Environments -.env +.env* .venv env/ venv/ @@ -77,3 +81,269 @@ ENV/ env.bak/ venv.bak/ """ + +VUE_CODE = """ + + + + +""" \ No newline at end of file -- cgit v1.2.3-70-g09d2