Ignore *.log.* since cas uses a rolling log
This commit is contained in:
parent
be974b398d
commit
d1cbaf609c
|
@ -10,6 +10,7 @@ bin/
|
||||||
intellij/
|
intellij/
|
||||||
build/
|
build/
|
||||||
*.log
|
*.log
|
||||||
|
*.log.*
|
||||||
*.iml
|
*.iml
|
||||||
*.ipr
|
*.ipr
|
||||||
*.iws
|
*.iws
|
||||||
|
|
Loading…
Reference in New Issue