mirror of
https://github.com/pyscript/pyscript.git
synced 2026-03-06 06:38:39 -05:00
[next] Remove artifacts from GitHub (#1721)
This commit is contained in:
committed by
GitHub
parent
f77241e977
commit
c330a623b2
3
.gitignore
vendored
3
.gitignore
vendored
@@ -145,3 +145,6 @@ test_results
|
||||
# @pyscript/core npm artifacts
|
||||
pyscript.core/core.*
|
||||
pyscript.core/dist
|
||||
pyscript.core/dist
|
||||
pyscript.core/src/plugins.js
|
||||
pyscript.core/src/stdlib/pyscript.js
|
||||
|
||||
@@ -1,4 +0,0 @@
|
||||
// ⚠️ This file is an artifact: DO NOT MODIFY
|
||||
export default {
|
||||
error: () => import(/* webpackIgnore: true */ "./plugins/error.js"),
|
||||
};
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user