Skip to content
Álvaro edited this page May 5, 2018 · 7 revisions

What Is This?

In this organization you can request access to upload your repository with your own creations to make other users test them.

One suggestion is to upload only assembly files to make it more challenging.

.gitignore configuration example:

# Ignore everything ...
*

# ... except .gitignore, exe and dll assemblies
!.gitignore
!*.exe
!*.dll
    !*/ # We need to keep subdirs (https://stackoverflow.com/a/11853075/3286975)

If you want to configure a binding to make easier its upload, please review, how to upload my content by using a custom binding)

Are you a hacker trying to hack us? Please, review the newer repos uploaded by users and tell us (with an issue) what have you discovered.

Clone this wiki locally