mirror of
https://github.com/araxiaonline/wow-client-patcher.git
synced 2026-06-13 03:12:24 -04:00
38 lines
450 B
Plaintext
38 lines
450 B
Plaintext
# 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/build
|
|
.erb/dll
|
|
|
|
.idea
|
|
npm-debug.log.*
|
|
*.css.d.ts
|
|
*.sass.d.ts
|
|
*.scss.d.ts
|
|
|
|
dist/**/*
|
|
release/**/*
|
|
|
|
assets/**/*
|
|
extraResources/**/*
|
|
|
|
src/main/config*.json
|