sticker-market-blog/.gitignore

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/*