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