-
Notifications
You must be signed in to change notification settings - Fork 35
Expand file tree
/
Copy path.gitignore
More file actions
109 lines (91 loc) · 1.91 KB
/
Copy path.gitignore
File metadata and controls
109 lines (91 loc) · 1.91 KB
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
# .gitignore
_Convenient tool for keeping things tidy._
## Quick Start
_Include this file in your repo to keep uses of `git status` quite clean._
## _
_Used as a string separator when reading this file. :)_
## Ignore:
## `src/*` — legacy C tree; negated paths match `binding.gyp` + headers the addon needs.
src/*
!src/binding.cc
!src/bip340.c
!src/bip340.h
!src/cli.c
!src/cli.h
!src/cli_main.c
!src/constants.h
!src/datadir.h
!src/errors.c
!src/errors.h
!src/message.c
!src/message.h
!src/noise.h
!src/peer.c
!src/peer.h
!src/protocol.h
!src/scoring.c
!src/scoring.h
!src/secure_memory.c
!src/secure_memory.h
!src/secure_random.c
!src/secure_random.h
!src/taproot.c
!src/taproot.h
!src/threads.c
!src/threads.h
!src/timing_protection.h
!src/validation.c
!src/validation.h
# WIP
types/cli.js
### Logs
logs
*.log
### Runtime data
pids
*.pid
*.seed
### Directory for instrumented libs generated by jscoverage/JSCover
lib-cov
### Coverage directory used by tools like istanbul
coverage
reports/coverage-btc-tmp/
reports/credits.json
reports/licenses.json
reports/benchmark-latest.json
reports/AUDIT.json
reports/class-inheritance.json
reports/npm-audit.json
### node-waf configuration
.lock-wscript
### Compiled binary addons (http://nodejs.org/api/addons.html)
build/
### Dependency directory
#### https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git
node_modules
### Service Output
# GDP of NYC? (@lel)
.nyc-output
# Gitbook Output
_book
# Barebones App
assets/app.js
# Service Files; Minified service file that, if included, runs
assets/service.js
# Minified fabric.js bundle
assets/fabric.min.js
# Local Settings
settings/local.js
# Hide bitcoin node blocks
stores
# Local Hub dev state (see scripts/run-local-hub.sh)
.hub-dev-data/
# Filesystem tests may write runtime state under versioned fixtures
tests/fixtures/filesystem/.fabric/
# Nix
result*
# IntelliJ
.idea
_book
# Pesky Mac Stuff
.DS_Store