diff --git a/.github/workflows/build-mkdocs.yml b/.github/workflows/build-mkdocs.yml deleted file mode 100644 index 3c4fd94a2b..0000000000 --- a/.github/workflows/build-mkdocs.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: Build mkdocs - -on: - push: - branches: - - master - - main -permissions: - contents: write -jobs: - deploy: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - uses: actions/setup-python@v4 - with: - python-version: 3.x - - uses: actions/cache@v3 - with: - key: ${{ github.ref }} - path: .cache - - run: pip install mkdocs-material - - run: pip install mkdocs-redirects - - run: mkdocs gh-deploy --force diff --git a/.gitignore b/.gitignore index cd4bbcdcff..e0116b2eb1 100644 --- a/.gitignore +++ b/.gitignore @@ -89,4 +89,8 @@ Gemfile.lock app/play-service-account-key.json app/.env -.venv/ \ No newline at end of file +.venv/ +/.idea/appInsightsSettings.xml +/.idea/AndroidProjectSystem.xml +/.idea/runConfigurations.xml +/.idea/studiobot.xml diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index 69e73f5a6a..0000000000 --- a/.gitmodules +++ /dev/null @@ -1,3 +0,0 @@ -[submodule "app/src/pro"] - path = app/src/pro - url = https://github.com/keymapperorg/KeyMapperPro diff --git a/.idea/runConfigurations/app.xml b/.idea/runConfigurations/app.xml index cfc6b96dc5..8119c58726 100644 --- a/.idea/runConfigurations/app.xml +++ b/.idea/runConfigurations/app.xml @@ -1,6 +1,5 @@ -