Skip to content

Commit 25cf2e9

Browse files
committed
remove ignored files
1 parent df39d45 commit 25cf2e9

File tree

4 files changed

+5
-13656
lines changed

4 files changed

+5
-13656
lines changed

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ Cargo.lock
1111

1212
.vscode/
1313

14-
**global_types.d.tl
14+
**types/
1515
**/doc
1616
**tlconfig.lua
1717
**.log
18-
**build
18+
**build/

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,5 @@ members = [
1111
opt-level = 1
1212

1313
[profile.dev.package."*"]
14-
opt-level = 3
14+
opt-level = 3
15+

bevy_mod_scripting/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ homepage = "https://github.com/makspll/bevy_mod_scripting"
1010
keywords = ["bevy", "gamedev", "scripting", "lua"]
1111
categories = ["game-development"]
1212
readme = "../readme.md"
13+
include= ["../readme.md","/src","/examples","/assets"]
1314

1415
[lib]
1516
name = "bevy_mod_scripting"

0 commit comments

Comments
 (0)