change background.js into split typescript files for better managemand and build background.js from typescript
This commit is contained in:
+9
-2
@@ -1,4 +1,11 @@
|
||||
__pycache__/
|
||||
.vscode/
|
||||
# TypeScript / Node
|
||||
extension/background.js
|
||||
node_modules/
|
||||
dist/
|
||||
|
||||
# Python
|
||||
__pycache__/
|
||||
*.pyc
|
||||
|
||||
# IDE
|
||||
.vscode/
|
||||
Reference in New Issue
Block a user