Skip to content

Conversation

@inFocus7
Copy link

@inFocus7 inFocus7 commented Jan 4, 2025

Add an md5sum function to list of supported crypto functions.
Add .idea to gitignore, because I use JetBrains (can remove if not needed).

#419

@inFocus7 inFocus7 mentioned this pull request Jan 4, 2025
@inFocus7 inFocus7 changed the title Add md5sum function to crypto library and add example usage Add md5sum function to crypto library Jan 4, 2025
@seddarj seddarj mentioned this pull request Apr 15, 2025
@@ -1,2 +1,3 @@
vendor/
/.glide
.idea No newline at end of file
Copy link

Choose a reason for hiding this comment

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

Please remove. Developer specific files don't belong here.

Use git config --global core.excludesfile $HOME/.gitignore instead.

Which file to place a pattern in depends on how the pattern is meant to be used.

Patterns which should be version-controlled and distributed to other repositories via clone (i.e., files that all developers will want to ignore) should go into a .gitignore file.

Patterns which are specific to a particular repository but which do not need to be shared with other related repositories (e.g., auxiliary files that live inside the repository but are specific to one user’s workflow) should go into the $GIT_DIR/info/exclude file.

Patterns which a user wants Git to ignore in all situations (e.g., backup or temporary files generated by the user’s editor of choice) generally go into a file specified by core.excludesFile in the user’s ~/.gitconfig. Its default value is $XDG_CONFIG_HOME/git/ignore. If $XDG_CONFIG_HOME is either not set or empty, $HOME/.config/git/ignore is used instead.

-- https://git-scm.com/docs/gitignore

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants