Added gitignore
This commit is contained in:
parent
b6b87c5e2a
commit
fc07fb3e3d
|
@ -0,0 +1,16 @@
|
|||
/.*
|
||||
!/.gitignore
|
||||
!/.gitattributes
|
||||
!/.editorconfig
|
||||
!/.run/
|
||||
HELP.md
|
||||
**/*.log
|
||||
**/*.hprof
|
||||
**/generated/**
|
||||
|
||||
### IntelliJ IDEA ###
|
||||
.idea
|
||||
*.iws
|
||||
*.iml
|
||||
*.ipr
|
||||
out/
|
Loading…
Reference in New Issue