-
-
Notifications
You must be signed in to change notification settings - Fork 295
Expand file tree
/
Copy path.gitignore
More file actions
46 lines (43 loc) · 761 Bytes
/
.gitignore
File metadata and controls
46 lines (43 loc) · 761 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
/.vscode
/deps
/docs/.vuepress/dist
/node_modules
# External repos
/docs/BigCommerce
/docs/Breez
/docs/Bringin
/docs/BTCPayServer
/docs/Configurator
/docs/Docker
/docs/Drupal
/docs/DynamicReports
/docs/Ecwid
/docs/Grandnode
/docs/Ghost
/docs/LNDhubAPI
/docs/NBXplorer
/docs/Nopcommerce
/docs/Nostr
/docs/Odoo
/docs/Payroll
/docs/PodServer
/docs/SideShift
/docs/Smartstore
/docs/TicketTailor
/docs/Trocador
/docs/Vendorpay
/docs/Wabisabi
/docs/Wix
/docs/Vault
/docs/Xenforo
/docs/Zapier
/docs/.vuepress/public/API/Greenfield/**/*.json
# Files copied from external repos
/docs/img/fastsync
/docs/img/btcpayexposecloudflare*
/docs/img/cloudflare*
/docs/img/Cloudflare*
/swagger/plugins/btcpay.json
# Constructed docs
/docs/Development/LocalDevelopment.md
.idea