forked from Snipa22/nodejs-pool
-
Notifications
You must be signed in to change notification settings - Fork 75
Expand file tree
/
Copy path.gitignore
More file actions
48 lines (39 loc) · 741 Bytes
/
Copy path.gitignore
File metadata and controls
48 lines (39 loc) · 741 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
#NodeJs Ignores
npm-debug.log*
# Dependency directories
node_modules
# Local editor / workstation artifacts
.DS_Store
.codex
lib2/
_*.js
*~
*.un~
# Untracked dependency locks
package-lock.json
# Local runtime config and TLS files
cert*
config.json
# Generated local runtime outputs
core.*
dump
dump_[0-9]*
wallet_trust_*
miner_agents
extra_verify_wallet_hashes_*
block_share_dumps/*.cvs
block_share_dumps/*.cvs.xz
block_share_dumps/process.sh
block_template_is_stuck
ex_keys.json
# Local runtime control files
*.stop.txt*
extra_wallet_verify.txt
ip_whitelist.txt
wallet_debug.txt
# Generated local test outputs
.cache/live-miners
test-artifacts/
plan.txt
# Local security audit notes (contain exploit detail; never commit)
audit.md