Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ insert_final_newline = true
[*.md]
trim_trailing_whitespace = false

[*.{md,nix,yml,yaml}]
[*.{md,yml,yaml}]
indent_size = 2
tab_width = 2
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:

- name: Create release archive
run: |
rm -rf node_modules tests CODE_OF_CONDUCT.md CONTRIBUTING.md flake.lock flake.nix phpunit.xml shell.nix
rm -rf node_modules tests CODE_OF_CONDUCT.md CONTRIBUTING.md phpunit.xml
tar -czf panel.tar.gz * .editorconfig .env.example .eslintignore .eslintrc.js .gitignore .prettierrc.json

- name: Extract changelog
Expand Down
64 changes: 0 additions & 64 deletions flake.lock

This file was deleted.

138 changes: 0 additions & 138 deletions flake.nix

This file was deleted.

19 changes: 0 additions & 19 deletions shell.nix

This file was deleted.