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:
+6
-1
@@ -35,4 +35,9 @@ coverage/
|
||||
|
||||
|
||||
## 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
|
||||
declaration
|
||||
lib
|
||||
test.mjs
|
||||
test.js
|
||||
.eslintcache
|
||||
|
||||
Reference in New Issue
Block a user