-
-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ed3e520
commit 4830351
Showing
260 changed files
with
124 additions
and
12,124 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,71 @@ | ||
package.json | ||
package-lock.json | ||
#built application files | ||
*.apk | ||
*.abb | ||
*.aab | ||
*.ap_ | ||
|
||
# files for the dex VM | ||
*.dex | ||
|
||
# Java class files | ||
*.class | ||
|
||
# generated files | ||
bin/ | ||
gen/ | ||
*.cxx | ||
app/.cxx/* | ||
app/src/main/assets/www/* | ||
!/app/src/main/assets/**/index.html | ||
app/release/**/* | ||
app/default/**/* | ||
|
||
# Local configuration file (sdk path, etc) | ||
local.properties | ||
|
||
# Windows thumbnail db | ||
Thumbs.db | ||
|
||
# OSX files | ||
.DS_Store | ||
|
||
# Android Studio | ||
*.iml | ||
.idea | ||
#.idea/workspace.xml - remove # and delete .idea if it better suit your needs. | ||
.gradle | ||
build/ | ||
.navigation | ||
captures/ | ||
output.json | ||
|
||
#NDK | ||
obj/ | ||
.externalNativeBuild | ||
|
||
|
||
# Website | ||
.cache/ | ||
coverage/ | ||
dist/* | ||
!dist/index.html | ||
!dist/moduleOptions.json | ||
!vscode/settings.json | ||
node_modules/ | ||
__pycache__/ | ||
cdn_modules/ | ||
*.log | ||
|
||
# Ignore www bundles | ||
www/bundle/* | ||
www/files/* | ||
# -- | ||
node_modules/ | ||
cdn_modules/ | ||
package-lock.json | ||
node_modules.bun | ||
|
||
Browser/* | ||
!Browser/.gitkeep | ||
# OS generated files | ||
.DS_Store | ||
.DS_Store? | ||
._* | ||
.Spotlight-V100 | ||
.Trashes | ||
ehthumbs.db | ||
Thumbs.db |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,23 @@ | ||
{ | ||
"liveServer.settings.root": "./Android/app/src/main/assets", | ||
"liveServer.settings.root": "./app/src/main/assets", | ||
"files.exclude": { | ||
"**/.gradle": true, | ||
"**/.idea": true, | ||
"Android/app/.cxx": true, | ||
"Android/app/build": true, | ||
"Android/app/proguard-rules.pro": true, | ||
"Android/app/release": true, | ||
"Android/build": true, | ||
"Android/gradle": true, | ||
"Android/gradlew": true, | ||
"Android/gradlew.bat": true, | ||
"Android/local.properties": true, | ||
"Website/node_modules": true, | ||
"Website/package-lock.json": true | ||
"app/.cxx": true, | ||
"app/build": true, | ||
"app/proguard-rules.pro": true, | ||
"app/release": true, | ||
"build": true, | ||
"gradle": true, | ||
"gradlew": true, | ||
"gradlew.bat": true, | ||
"local.properties": true, | ||
"node_modules": true, | ||
"package-lock.json": true | ||
}, | ||
"editor.defaultFormatter": "esbenp.prettier-vscode", | ||
"[python]": { | ||
"editor.defaultFormatter": "ms-python.python" | ||
}, | ||
"terminal.integrated.cwd": "Website" | ||
// "terminal.integrated.cwd": "Website" | ||
} |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.