Skip to content

Commit

Permalink
fix: remove default settings file (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
RaunoT authored Jul 17, 2024
1 parent 9f0790e commit f5feb9f
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 29 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
persist-credentials: false

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
persist-credentials: false

- name: Setup Node.js
uses: actions/setup-node@v4
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
persist-credentials: false

- name: Setup Node.js
uses: actions/setup-node@v4
Expand Down
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,7 @@ next-env.d.ts

# pwa
public/sw.js
public/swe-worker-development.js
public/swe-worker-*.js

#config
config/settings.json
Empty file added config/.gitkeep
Empty file.
25 changes: 0 additions & 25 deletions config/settings.json

This file was deleted.

0 comments on commit f5feb9f

Please sign in to comment.