From fe7b350b7c551278d8e74c3d34c276d2f71e3f86 Mon Sep 17 00:00:00 2001 From: 杨磊 <505174330@qq.com> Date: 星期五, 26 七月 2024 11:53:04 +0800 Subject: [PATCH] 横板文字不换行 --- .gitignore | 44 ++++++++++++++++++++++++-------------------- 1 files changed, 24 insertions(+), 20 deletions(-) diff --git a/.gitignore b/.gitignore index 2561bb4..16a82a4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,23 +1,27 @@ -.DS_Store -node_modules/ -unpackage/ -dist/ +# Object files +*.o +*.ko +*.obj +*.elf -# local env files -.env.local -.env.*.local +# dependencies +**/node_modules +dist -# Log files -npm-debug.log* -yarn-debug.log* -yarn-error.log* +# Libraries +*.lib +*.a -# Editor directories and files -.project -.idea -.vscode -*.suo -*.ntvs* -*.njsproj -*.sln -*.sw* +# Shared objects (inc. Windows DLLs) +*.dll +*.so +*.so.* +*.dylib +!\src\uni_modules +# Executables +*.exe +*.out +*.app +*.i*86 +*.x86_64 +*.hex \ No newline at end of file -- Gitblit v1.9.1