Updated all bookmarklets to just be functions and we can use utils/bookmarkletMaker.js to generate the bookmarklets in the console for now.
This commit is contained in:
11
.gitignore
vendored
11
.gitignore
vendored
@@ -1,3 +1,12 @@
|
||||
# The usual suspects in frontend dev
|
||||
package-lock.json
|
||||
node_modules/
|
||||
codingstandards.txt
|
||||
|
||||
# References used by copilot
|
||||
references/
|
||||
|
||||
#Static files created by apps
|
||||
output/
|
||||
|
||||
# Environment variables
|
||||
.env
|
||||
Reference in New Issue
Block a user