24 lines
175 B
Plaintext
24 lines
175 B
Plaintext
# Cruft
|
|
*~
|
|
*#
|
|
.#*
|
|
.DS_Store
|
|
|
|
# Test
|
|
coverage
|
|
.eslintcache
|
|
|
|
# Logs
|
|
*.log
|
|
|
|
# npm & yarn
|
|
node_modules/
|
|
.npm
|
|
.yarn-integrity
|
|
build/*
|
|
|
|
# Editor/IDE
|
|
.idea
|
|
.vscode
|
|
packages/api/etc/
|