We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1e3a3f commit 01f37ddCopy full SHA for 01f37dd
.gitignore
@@ -1,6 +1,5 @@
1
HELP.md
2
target/
3
-**/src/main/resources/rebel.xml
4
!.mvn/wrapper/maven-wrapper.jar
5
!**/src/main/**
6
!**/src/test/**
@@ -32,3 +31,8 @@ build/
32
31
### VS Code ###
33
.vscode/
34
+### 忽略热部署 ###
35
+/nginx-ops-admin/src/main/resources/rebel.xml
36
+/nginx-ops-comm/src/main/resources/rebel.xml
37
+/nginx-ops-conf/src/main/resources/rebel.xml
38
+/nginx-ops-system/src/main/resources/rebel.xml
0 commit comments