Files
apollo/.gitignore
Cube bde4061b8a Store RSA in a PEM file instead of xml
- RsaKeyGenerator automatically saves the RSA keys in a PEM file
- Corrects key bit size suggestion
2016-03-08 13:55:08 +02:00

18 lines
134 B
Plaintext

.*
!.gitignore
!.rubocop.yml
!.editorconfig
!.travis.yml
*~
*.class
*.iml
/data/fs
/data/rsa.pem
/data/savedGames
/lib/
*/target/