Browse Source
update .gitignore.
添加JRebel工具rebel.xml文件规则至gitignore
master
oo0oo
3 years ago
committed by
Gitee
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with
3 additions and
0 deletions
-
.gitignore
|
@ -25,6 +25,9 @@ target/ |
|
|
*.iml |
|
|
*.iml |
|
|
*.ipr |
|
|
*.ipr |
|
|
|
|
|
|
|
|
|
|
|
### JRebel ### |
|
|
|
|
|
rebel.xml |
|
|
|
|
|
|
|
|
### NetBeans ### |
|
|
### NetBeans ### |
|
|
nbproject/private/ |
|
|
nbproject/private/ |
|
|
build/* |
|
|
build/* |
|
|