Skip to content

Commit

Permalink
Feature/show vanille file command (#453)
Browse files Browse the repository at this point in the history
* Add Show Vanilla File command (#452)

* Add Show Vanilla File command

* auto: generated typescript includes

* Fix merge issue

* Revert "auto: generated typescript includes"

This reverts commit e04d0ee.

---------

Co-authored-by: Orbi-bot <[email protected]>

* Moved

* Moved to shared

* Reworked

* Fixing script

* Adding stats output

* Refactored vscodeignore

* Added stats

---------

Co-authored-by: Piotr Brzozowski <[email protected]>
Co-authored-by: Orbi-bot <[email protected]>
  • Loading branch information
3 people authored Feb 19, 2023
1 parent 72f5647 commit 96cf2fd
Show file tree
Hide file tree
Showing 71 changed files with 1,627 additions and 386 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/generate-includes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,15 @@ jobs:
*.test.ts
index.ts
- name: Shared indexes
uses: DaanV2/Typescript-Action-Create-Indexes@latest
with:
folder: ${{ github.workspace }}/shared
export_sub_index: true
excludes: |
*.test.ts
index.ts
- name: ✏️ Commit changes
continue-on-error: true
run: |
Expand Down
57 changes: 28 additions & 29 deletions .vscodeignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,59 +3,62 @@ client/src/**
server/node_modules/**
server/src/**
server/test/**

client/out/**
server/out/**
!client/out/extension.js
!server/out/server.js

shared/**
scripts/**
node_modules
node_modules/**
LICENSES
LICENSES/**

**/*.ts
**/*.js.map
client/out/**
server/out/**
!client/out/extension.js
!server/out/server.js

**/tsconfig.json
**/webpack.config.js
*.git*
*.code-workspace
*.vsix
.gitattributes
.github
.github/**
.gitignore
.mcignore
.nvmrc
.vscode
.vscode/**
*.code-workspace
*.git*
*.vsix
CODE_OF_CONDUCT.md
CONTRIBUTING.md
Debugging.md
NOTE.md

**/CODE_OF_CONDUCT.md
**/CONTRIBUTING.md
**/Debugging.md
**/NOTE.md

contributing.mdp
Debugging.md
documentation/**
log.txt
minecraft colours.json

NOTE.md
source schemas/**
src/**
tools/**
log.txt
tsconfig.json
webpack.config.js

**/.eslintignore
**/.eslintrc
**/.mocharc.json
**/*.js.map
**/*.ts
**/CODE_OF_CONDUCT.md
**/CONTRIBUTING.md
**/Debugging.md
**/NOTE.md
**/tsconfig.json
**/webpack.config.js
**/package-lock.json

!documentation/cheat-sheet
!documentation/cheat-sheet/*html


minecraft-bedrock-schemas/*
minecraft-bedrock-schemas/**/*
minecraft-bedrock-schemas/**/NOTE.md
!minecraft-bedrock-schemas/behavior
!minecraft-bedrock-schemas/behavior/*json
!minecraft-bedrock-schemas/general
Expand All @@ -65,8 +68,4 @@ minecraft-bedrock-schemas/**/*
!minecraft-bedrock-schemas/resource
!minecraft-bedrock-schemas/resource/*json
!minecraft-bedrock-schemas/skinpacks
!minecraft-bedrock-schemas/skinpacks/*json

.eslintignore
.eslintrc
.mocharc.json
!minecraft-bedrock-schemas/skinpacks/*json
Loading

0 comments on commit 96cf2fd

Please sign in to comment.