Added .gitignore

This commit is contained in:
Jim Martens 2023-10-31 12:09:18 +01:00
commit d7924ac1d6
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/