sticker-market-blog/.gitignore

26 lines
241 B
Plaintext
Raw Permalink Normal View History

2019-05-19 12:48:03 +00:00
# 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/
2019-05-31 19:37:10 +00:00
build/*