From b888a222106e0b23c8aa3ae0023269aa5e970c0b Mon Sep 17 00:00:00 2001 From: user1 <1548429568@qq.com> Date: 星期四, 18 四月 2024 10:19:34 +0800 Subject: [PATCH] 'f' --- .gitignore | 44 ++++++++++++++++++++++++-------------------- 1 files changed, 24 insertions(+), 20 deletions(-) diff --git a/.gitignore b/.gitignore index 2561bb4..35ee3f9 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 -# Log files -npm-debug.log* -yarn-debug.log* -yarn-error.log* -# Editor directories and files -.project -.idea -.vscode -*.suo -*.ntvs* -*.njsproj -*.sln -*.sw* +# Libraries +*.lib +*.a + +# 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