Skip to content

Commit e8029d2

Browse files
authored
Merge pull request #10 from Big-Dungeons/reorganization
Reorganization
2 parents cb5fb61 + 875becc commit e8029d2

File tree

220 files changed

+10843
-29426
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

220 files changed

+10843
-29426
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -24,19 +24,6 @@ jobs:
2424
steps:
2525
- uses: actions/checkout@v4
2626

27-
- name: Get ClearData Room Data
28-
uses: actions/checkout@v4
29-
with:
30-
repository: Big-Dungeons/ClearData
31-
ref: main
32-
path: ClearData
33-
34-
- name: Copy room_data into project
35-
shell: bash
36-
run: |
37-
mkdir -p src/room_data
38-
cp -r ClearData/room_data/* src/room_data/
39-
4027
- name: Extract version from Cargo.toml
4128
id: get_version
4229
shell: bash

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
target/
22
src/room_data/
33
src/room_data
4+
/assets/
5+
/saved_replays
6+
/server/saved_replays
47
.DS_Store

0 commit comments

Comments
 (0)