.gitignore for Textpattern
11 ignore rules for Textpattern, ready to copy into your repository.
Content management system
The complete .gitignore for Textpattern
# Generated by LFGitignore - https://lfgitignore.com
# Created: 2026-08-05 01:27:31 UTC
# Technologies: Textpattern
### Textpattern ###
.htaccess
css.php
rpc/
sites/site*/admin/
sites/site*/private/
sites/site*/public/admin/
sites/site*/public/setup/
sites/site*/public/theme/
textpattern/
HISTORY.txt
README.txt
What these Textpattern rules actually ignore
Every pattern below, and why it belongs in your .gitignore.
General
| Pattern | What it ignores |
|---|---|
.htaccess |
General |
css.php |
General |
rpc/ |
General |
sites/site*/admin/ |
General |
sites/site*/private/ |
General |
sites/site*/public/admin/ |
General |
sites/site*/public/setup/ |
General |
sites/site*/public/theme/ |
General |
textpattern/ |
General |
HISTORY.txt |
General |
README.txt |
General |
How to use this .gitignore for Textpattern
- Copy the Textpattern rules above, or download the file directly.
- Create a file named .gitignore at the root of your Git repository and paste the rules into it.
- If some of those files are already tracked, run git rm -r --cached . then commit again — Git only applies ignore rules to untracked files.
- Commit the .gitignore so everyone on the team shares the same rules.