An even more educational version of the Bandolier for Learn JS the Hard Way.
https://learnjsthehardway.com/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
214 B
21 lines
214 B
9 months ago
|
/node_modules/
|
||
|
.*.sw*
|
||
|
.DS_Store
|
||
|
*.sqlite3
|
||
|
*.sqlite3-wal
|
||
|
*.sqlite3-shm
|
||
|
debug/
|
||
|
secrets/*
|
||
|
coverage/
|
||
|
.coverage
|
||
|
media
|
||
|
tests/fixtures
|
||
|
rendered/wip
|
||
|
junk/
|
||
|
__pycache__
|
||
|
.ipynb_checkpoints
|
||
|
data_dump
|
||
|
book
|
||
|
server_configs
|
||
|
notes
|