Skip to content

Commit

Permalink
update .gitignore and README.md. Remove Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewmwells-amazon committed Apr 26, 2023
1 parent a79152e commit c675b95
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 15 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,6 @@

# Don't check IntelliJ module files
*.iml

# Don't check gradle build artifacts
cedar-java-hello-world/.gradle/*
8 changes: 0 additions & 8 deletions Cargo.toml

This file was deleted.

9 changes: 2 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
## My Project
## Cedar Examples

TODO: Fill this README out!

Be sure to:

* Change the title in this README
* Edit your repository description on GitHub
Build instructions for each example are inside their folders (for rust it's usually `cargo build`)

## Security

Expand Down

0 comments on commit c675b95

Please sign in to comment.