Skip to content

Clean up the repo - #12

Merged
ghost merged 3 commits into
masterfrom
remove_build_obj_from_repo
Sep 3, 2021
Merged

Clean up the repo#12
ghost merged 3 commits into
masterfrom
remove_build_obj_from_repo

Conversation

@ghost

@ghost ghost commented Sep 2, 2021

Copy link
Copy Markdown

Just some clean-ups so it doesn't belong to any jira ticket.

  1. update .gitignore
  2. remove build objects from the code repo

Repository owner requested a review from d87f71d598f4db10bfa0f4b71d0afbe3171_swi September 3, 2021 18:42

@d87f71d598f4db10bfa0f4b71d0afbe3171_swi d87f71d598f4db10bfa0f4b71d0afbe3171_swi mannequin left a comment

Copy link
Copy Markdown
Mannequin

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

make sense :)

I included 2 suggestions for gitignore

Comment thread .gitignore
@@ -1 +1,17 @@
# explicitly list all the build directories instead of an asterisk (**/build/) to avoid possible unwanted match
/instrumentation/build/

Copy link
Copy Markdown
Mannequin

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

2 suggestions:

are you excluding all build directories?
**/build

I like to put ignores not related to the code but your personal setup like this

$ git config --global core.excludesfile ~/.gitignore
$ echo '.idea' >> ~/.gitignore

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's a good idea! and yes I also don't want to reveal which IDE I'm using :)

Repository owner merged commit a0bc909 into master Sep 3, 2021
Repository owner deleted the remove_build_obj_from_repo branch September 3, 2021 19:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants