chore: switch to Eask for package testing
All checks were successful
continuous-integration/drone/push Build is passing
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:
17
.gitignore
vendored
17
.gitignore
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user