Last active
December 4, 2025 02:50
-
-
Save joeworkman/4d86b9eef1362d6c78ec611f73b11b83 to your computer and use it in GitHub Desktop.
gitignore for Stacks websites
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # General | |
| .DS_Store | |
| *.cache | |
| *.log | |
| *.tmp | |
| error_log | |
| # Total CMS 1 | |
| cms-data | |
| license.total | |
| trial.total | |
| total-key.php | |
| # Total CMS 3 | |
| tcms-data | |
| **/tcms/cache | |
| **/tcms/logs | |
| **/tcms/tmp | |
| # Portal | |
| *.portal.js | |
| # Video Wall | |
| **/social-feed/SocialFeed/Service/cache | |
| # PWA Pro | |
| /pwa.min.js | |
| pwa.min.js.bkp | |
| # oEmbed | |
| **/oembed/cache | |
| # Foundation Forms | |
| f6_spamguard | |
| # Feeds | |
| **/feeds/cache/ | |
| # Traffic Control | |
| router.db | |
| #Stacksweaver Ignores | |
| sendypost.php | |
| #StacksAppStacks Ignores | |
| F62MySQL.php | |
| reviews.db |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment