Skip to content

Commit

Permalink
remove testground
Browse files Browse the repository at this point in the history
  • Loading branch information
CheatCod committed Jul 18, 2023
1 parent 34bdec2 commit 67d2b60
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 15 deletions.
3 changes: 0 additions & 3 deletions core/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ target/
# jetbrains IDE project files
.idea/

# Test ground should be local to every developer
src/test_ground/

## dev
InstanceTest/
.lodestone/
Expand Down
8 changes: 0 additions & 8 deletions core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,6 @@ version.workspace = true
edition.workspace = true
license.workspace = true

[[bin]]
name = "test_ground"
path = "src/test_ground/main.rs"

[[bin]]
name = "main"
path = "src/main.rs"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
Expand Down
4 changes: 0 additions & 4 deletions core/src/test_ground/main.rs

This file was deleted.

0 comments on commit 67d2b60

Please sign in to comment.