tubearchivist/.gitignore
Kevin Gibbons 39902cb1c6
Format/slightly modernize the JS (#345)
* add basic JS tooling

* fix accidental uses of global variables

* auto-format

* add and fix a couple more standard lint rules

* remove useless return false from settimeout callbacks

* document JS contributing

* fix whitespace in package.json

* add JS stuff to codespell skiplist

* codespell take two

* update github action and add comments about duplicated logic
2022-10-26 09:43:58 +07:00

12 lines
130 B
Plaintext

# python testing cache
__pycache__
# django testing db
db.sqlite3
# vscode custom conf
.vscode
# JavaScript stuff
node_modules