Skip to content
Snippets Groups Projects
Commit 6cd30d5b authored by Alejandro Lopez Gestoso's avatar Alejandro Lopez Gestoso
Browse files

Added .gitignore. Removed bin and lib directories

parent a76ed5a3
No related branches found
No related tags found
No related merge requests found
bin
lib
# Ignore everything
*
# But not these files...
!.gitignore
# ...even if they are in subdirectories
!*/
# Ignore everything
*
# But not these files...
!.gitignore
# ...even if they are in subdirectories
!*/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment