Skip to content

Commit

Permalink
Improve the gitignore default (#58)
Browse files Browse the repository at this point in the history
* rework gitignore completely

Thanks to the wonderful gitignore.io, I've gotten a lot of files to 
ignore in.  Thanks to Joe Blau `@joeblau` for his work on this website.

* Accept Manifest.toml and remove extraneous comments

* bump version
  • Loading branch information
asinghvi17 authored and Datseris committed Jun 18, 2019
1 parent 566c62d commit b4131ce
Show file tree
Hide file tree
Showing 2 changed files with 405 additions and 13 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "DrWatson"
uuid = "634d3b9d-ee7a-5ddf-bec9-22491ea816e1"
repo = "https://github.com/JuliaDynamics/DrWatson.jl.git"
version = "0.5.2"
version = "0.5.3"

[deps]
FileIO = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549"
Expand Down
Loading

2 comments on commit b4131ce

@Datseris
Copy link
Member

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/1444

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 Julia TagBot is installed, or can be done manually through the github interface, or via:

git tag -a v0.5.3 -m "<description of version>" b4131ce09603c0e0690889e8b9580bf8fd6b2ba0
git push origin v0.5.3

Please sign in to comment.