mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-03 00:38:21 +00:00
0eb8a6e7e6
RSA keys are sensitive information that should not be stored in git repositories. This commit moves them to their own file, adds it to .gitignore and provides a template file.
18 lines
134 B
Plaintext
18 lines
134 B
Plaintext
.*
|
|
|
|
!.gitignore
|
|
!.rubocop.yml
|
|
!.editorconfig
|
|
!.travis.yml
|
|
|
|
*~
|
|
*.class
|
|
*.iml
|
|
|
|
/data/fs
|
|
/data/rsa.xml
|
|
/data/savedGames
|
|
/lib/
|
|
*/target/
|
|
|