Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
gamelist1990 committed Sep 8, 2023
1 parent 7e9a0da commit 0ced670
Show file tree
Hide file tree
Showing 422 changed files with 176 additions and 67,661 deletions.
11 changes: 11 additions & 0 deletions .distignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
.github
.vscode
src
types
.distignore
.gitignore
.mcattributes
.prettierrc
dist.bat
sync.bat
tsconfig.json
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
scripts/
types/
build/
# Ignore the main node_modules directory
node_modules/

# Exclude src/node_modules from being ignored
!src/node_modules/
1 change: 1 addition & 0 deletions .mcattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
diagnostic.enable=false
17 changes: 17 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
node_modules
.gitignore
.distignore
.mcattributes
.prettierrc
dist.bat
package-lock.json
package.json
sync_entities.sh
sync.bat
tsconfig.json
.github
.vs
.vscode
.git
.prettierignore
CHANGELOG.md
8 changes: 8 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"trailingComma": "es5",
"tabWidth": 4,
"useTabs": false,
"semi": true,
"printWidth": 250,
"endOfLine": "lf"
}
456 changes: 0 additions & 456 deletions build/CHANGELOG.md

This file was deleted.

674 changes: 0 additions & 674 deletions build/LICENSE

This file was deleted.

203 changes: 0 additions & 203 deletions build/README.md

This file was deleted.

Loading

0 comments on commit 0ced670

Please sign in to comment.