mirror of
https://github.com/status-im/sticker-market-blog.git
synced 2025-02-22 16:58:11 +00:00
26 lines
234 B
Plaintext
26 lines
234 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/
|