# Ignore everything in this folder by default — third-party Acelle
# plugins (including our own first-party `acelle/ai`) live in their
# OWN git repos and are linked / rsynced into this folder at deploy
# time. Acelle core does not track plugin source.
#
# History: the `acelle/ai` plugin was developed in-tree from W0–W10
# (commits on `develop-ai-plugin`). After W10 it was extracted to
# its own repo at ~/apps/acelle_ai (or production: a sibling clone)
# and linked back via:
#
#   ln -s ~/apps/acelle_ai storage/app/plugins/acelle/ai
#
# From that point forward this folder stays gitignored, and the
# plugin folder is not part of the acelle commit log.

*

# But always track this gitignore
!.gitignore
