Skip to content

Commit

Permalink
this change will break fdroid
Browse files Browse the repository at this point in the history
  • Loading branch information
DerGoogler committed Aug 3, 2024
1 parent ed3e520 commit 4830351
Show file tree
Hide file tree
Showing 260 changed files with 124 additions and 12,124 deletions.
76 changes: 68 additions & 8 deletions .gitignore
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.
26 changes: 13 additions & 13 deletions .vscode/settings.json
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"
}
42 changes: 0 additions & 42 deletions Android/.gitignore

This file was deleted.

72 changes: 0 additions & 72 deletions Android/app/default/debug/output-metadata.json

This file was deleted.

72 changes: 0 additions & 72 deletions Android/app/default/release/output-metadata.json

This file was deleted.

72 changes: 0 additions & 72 deletions Android/app/release/output-metadata.json

This file was deleted.

Loading

0 comments on commit 4830351

Please sign in to comment.