commit .gitignore
This commit is contained in:
parent
5cdcc06fe4
commit
59006a47f0
|
|
@ -0,0 +1,12 @@
|
||||||
|
*.log
|
||||||
|
*.log.*
|
||||||
|
*.bak
|
||||||
|
logs
|
||||||
|
*/target/*
|
||||||
|
.idea/
|
||||||
|
*.class
|
||||||
|
*.manifest
|
||||||
|
*.spec
|
||||||
|
.DS_Store
|
||||||
|
|
||||||
|
|
||||||
Loading…
Reference in New Issue