12 lines
186 B
Plaintext
Raw Permalink Normal View History

2025-10-17 14:46:44 +02:00
# Ignore everything by default
**
# Include static files
!static
!static/**
# Still ignore generated stuff inside static
static/**/dist/**
static/**/build/**
static/**/node_modules/**