From 89f05ceabb90fa1e17d051c9d90149e08ee54663 Mon Sep 17 00:00:00 2001
From: 杨磊 <505174330@qq.com>
Date: 星期六, 11 五月 2024 19:24:44 +0800
Subject: [PATCH] 登录注册检索页面问题

---
 .gitignore |   27 +++++++++++++++++++++++++++
 1 files changed, 27 insertions(+), 0 deletions(-)

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..16a82a4
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,27 @@
+# Object files
+*.o
+*.ko
+*.obj
+*.elf
+
+# dependencies
+**/node_modules
+dist
+
+# 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