mirror of
https://github.com/bendtherules/ask262.git
synced 2026-08-18 13:21:55 +00:00
fix: update gitignore to track engine262 lib files
This commit is contained in:
@@ -36,3 +36,8 @@ coverage/
|
|||||||
|
|
||||||
## Graphs
|
## Graphs
|
||||||
/graphology/
|
/graphology/
|
||||||
|
|
||||||
|
# Track engine262 built files needed for deployment
|
||||||
|
!engine262/lib/engine262.mjs
|
||||||
|
!engine262/lib/engine262.d.ts
|
||||||
|
!engine262/lib/inspector.mjs
|
||||||
@@ -1,6 +1,5 @@
|
|||||||
node_modules
|
node_modules
|
||||||
declaration
|
declaration
|
||||||
lib
|
|
||||||
test.mjs
|
test.mjs
|
||||||
test.js
|
test.js
|
||||||
.eslintcache
|
.eslintcache
|
||||||
|
|||||||
Reference in New Issue
Block a user