Added gitignore

This commit is contained in:
Jim Martens 2023-10-31 12:47:59 +01:00
parent b6b87c5e2a
commit fc07fb3e3d
1 changed files with 16 additions and 0 deletions

16
.gitignore vendored Normal file
View File

@ -0,0 +1,16 @@
/.*
!/.gitignore
!/.gitattributes
!/.editorconfig
!/.run/
HELP.md
**/*.log
**/*.hprof
**/generated/**
### IntelliJ IDEA ###
.idea
*.iws
*.iml
*.ipr
out/