mirror of
https://github.com/status-im/sticker-market-blog.git
synced 2025-02-21 16:28:17 +00:00
26 lines
241 B
Plaintext
26 lines
241 B
Plaintext
# Cruft
|
|
*~
|
|
*#
|
|
.#*
|
|
.DS_Store
|
|
|
|
# Test
|
|
coverage
|
|
.eslintcache
|
|
|
|
# Logs
|
|
*.log
|
|
|
|
# npm & yarn
|
|
node_modules/
|
|
.npm
|
|
.yarn-integrity
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
yarn.lock*
|
|
package-lock.json
|
|
# Editor/IDE
|
|
.idea
|
|
packages/api/etc/
|
|
build/* |