chore: switch to Eask for package testing
All checks were successful
continuous-integration/drone/push Build is passing

This commit removes some files that are no longer needed for testing
the package, such as the files in the ./test directory which are
already covered by Eask itself.

BREAKING CHANGE: test files no longer exists
This commit is contained in:
2023-05-14 13:02:10 +02:00
parent 86f211ba50
commit d851c7de92
11 changed files with 190 additions and 86 deletions

17
.gitignore vendored
View File

@@ -1,2 +1,17 @@
# ignore these directories
/.git
/recipes
# ignore log files
/.log
# ignore generated files
*.elc
.elpa/
# eask packages
.eask/
dist/
# packaging
*-autoloads.el
*-pkg.el