mirror of https://github.com/msgbyte/tailchat
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
419 B
Plaintext
33 lines
419 B
Plaintext
3 years ago
|
# Logs
|
||
|
logs
|
||
|
*.log
|
||
|
|
||
|
# Runtime data
|
||
|
pids
|
||
|
*.pid
|
||
|
*.seed
|
||
|
|
||
|
# Coverage directory used by tools like istanbul
|
||
|
coverage
|
||
|
.eslintcache
|
||
|
|
||
|
# Dependency directory
|
||
|
# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git
|
||
|
node_modules
|
||
|
|
||
|
# OSX
|
||
|
.DS_Store
|
||
|
|
||
|
release/app/dist
|
||
|
release/app/public
|
||
|
release/build
|
||
|
.erb/dll
|
||
|
|
||
|
.idea
|
||
|
npm-debug.log.*
|
||
|
*.css.d.ts
|
||
|
*.sass.d.ts
|
||
|
*.scss.d.ts
|
||
|
|
||
|
src/renderer/config/index.ts
|