12 lines
167 B
Plaintext
12 lines
167 B
Plaintext
|
# Exclude everything
|
||
|
*
|
||
|
|
||
|
# Allow decending into directories
|
||
|
!*/
|
||
|
|
||
|
# Include files in the root directory
|
||
|
!/*
|
||
|
|
||
|
# Include the custom theme
|
||
|
!/www/themes/jason-williamsca/**
|