Alejandro Cabeza Romero bbd57c4217
Migrate to spa.
2025-10-17 14:46:44 +02:00

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/**