Skip to content

Commit

Permalink
Mark up which files are source code
Browse files Browse the repository at this point in the history
  • Loading branch information
MilesCranmer committed Jun 28, 2021
1 parent 65dbd0e commit c04ca77
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
benchmark/* linguist-documentation
docs/* linguist-documentation
test/* linguist-documentation
.github/workflows/* linguist-documentation

2 comments on commit c04ca77

@MilesCranmer
Copy link
Owner Author

Choose a reason for hiding this comment

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

@JuliaRegistrator register()

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

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

Registration pull request created: JuliaRegistries/General/40541

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.6.10 -m "<description of version>" c04ca77c9644b8084c96727e0339db049aafdf67
git push origin v0.6.10

Please sign in to comment.