From d4f9665aba05ac41db7d2b4c914a6137506184b2 Mon Sep 17 00:00:00 2001
From: Administrator <hbal>
Date: 星期二, 17 一月 2023 14:25:00 +0800
Subject: [PATCH] 加上class忽略

---
 .gitignore    |   33 +++++++++++++++++++++++++++++++++
 sniper_nc.iml |    2 +-
 2 files changed, 34 insertions(+), 1 deletions(-)

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..549e00a
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,33 @@
+HELP.md
+target/
+!.mvn/wrapper/maven-wrapper.jar
+!**/src/main/**/target/
+!**/src/test/**/target/
+
+### STS ###
+.apt_generated
+.classpath
+.factorypath
+.project
+.settings
+.springBeans
+.sts4-cache
+
+### IntelliJ IDEA ###
+.idea
+*.iws
+*.iml
+*.ipr
+
+### NetBeans ###
+/nbproject/private/
+/nbbuild/
+/dist/
+/nbdist/
+/.nb-gradle/
+build/
+!**/src/main/**/build/
+!**/src/test/**/build/
+
+### VS Code ###
+.vscode/
diff --git a/sniper_nc.iml b/sniper_nc.iml
index ea5b5e8..d2d25e0 100644
--- a/sniper_nc.iml
+++ b/sniper_nc.iml
@@ -27,7 +27,7 @@
     </content>
     <orderEntry type="sourceFolder" forTests="false" />
     <orderEntry type="inheritedJdk" />
-    <orderEntry type="library" scope="PROVIDED" name="Tomcat 8.5.13" level="application_server_libraries" />
+    <orderEntry type="library" scope="PROVIDED" name="Tomcat 9" level="application_server_libraries" />
     <orderEntry type="library" name="servlet-api" level="project" />
     <orderEntry type="module-library">
       <library>

--
Gitblit v1.9.3