Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

preserving root cargo lock #434

Merged
merged 2 commits into from
Feb 14, 2016
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 1 addition & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
# Executables
*.exe

Cargo.lock

# Generated by Cargo
Copy link
Collaborator

Choose a reason for hiding this comment

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

Try something like

**/Cargo.lock
!Cargo.lock

to avoid creating .gitignore for each subproject

Copy link
Contributor Author

Choose a reason for hiding this comment

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

  • done

**/target/

Expand All @@ -24,4 +22,4 @@ Cargo.lock
/json-tests/target/

# jetbrains ide stuff
.idea
.idea