mirror of
https://github.com/logos-blockchain/logos-blockchain-block-explorer-template.git
synced 2026-01-02 05:03:07 +00:00
12 lines
186 B
Plaintext
12 lines
186 B
Plaintext
|
|
# Ignore everything by default
|
||
|
|
**
|
||
|
|
|
||
|
|
# Include static files
|
||
|
|
!static
|
||
|
|
!static/**
|
||
|
|
|
||
|
|
# Still ignore generated stuff inside static
|
||
|
|
static/**/dist/**
|
||
|
|
static/**/build/**
|
||
|
|
static/**/node_modules/**
|