Update .gitignore

This commit is contained in:
B. Blechschmidt 2023-03-23 14:16:21 +01:00
parent 5ce3637bde
commit e3e402d8ce

2
.gitignore vendored
View file

@ -2,6 +2,8 @@ build/
tmp/ tmp/
.* .*
*.secret *.secret
*.iml
!/.github !/.github
/target /target
Cargo.lock Cargo.lock
manual-test.sh