소스 검색

update .gitignore.
添加JRebel工具rebel.xml文件规则至gitignore

oo0oo 3 년 전
부모
커밋
a6ed5667ab
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      .gitignore

+ 3 - 0
.gitignore

@@ -25,6 +25,9 @@ target/
 *.iml
 *.ipr
 
+### JRebel ###
+rebel.xml
+
 ### NetBeans ###
 nbproject/private/
 build/*