Commit 2018ae2f authored by Hermann Krumrey's avatar Hermann Krumrey
Browse files

Add project metadata, logos and license headers

parent e1fa4486
Loading
Loading
Loading
Loading

.gitignore

0 → 100644
+1 −0
Original line number Diff line number Diff line
.idea/
 No newline at end of file

.gitlab-ci.yml

0 → 100644
+11 −0
Original line number Diff line number Diff line
stages:
  - mirror

github_mirror:
  stage: mirror
  tags:
    - github_namboy94_push
  script:
    - git checkout master
    - git pull
    - git push git@github.com:namboy94/rock-paper-scissors.git master -f

CHANGELOG

0 → 100644
+1 −0
Original line number Diff line number Diff line
This project currently does not maintain a changelog file.
 No newline at end of file

CONTRIBUTING.md

0 → 100644
+4 −0
Original line number Diff line number Diff line
# Contributing

As this project is no longer being developed, no contributions are being
accepted. You can of course always create your own fork.
 No newline at end of file

LICENSE

0 → 100644
+674 −0

File added.

Preview size limit exceeded, changes collapsed.

Loading