From 226d3cdf291e617d7b8eeeff3e84739518114fac Mon Sep 17 00:00:00 2001 From: gitea Date: Thu, 29 Jul 2021 16:37:16 +0000 Subject: [PATCH] =?UTF-8?q?=D0=A1=D0=BE=D0=B7=D0=B4=D0=B0=D0=BB(=D0=B0)=20?= =?UTF-8?q?'octobercms/.gitignore-example'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- octobercms/.gitignore-example | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 octobercms/.gitignore-example diff --git a/octobercms/.gitignore-example b/octobercms/.gitignore-example new file mode 100644 index 0000000..0a2da63 --- /dev/null +++ b/octobercms/.gitignore-example @@ -0,0 +1,43 @@ +# Composer ignores +/vendor +/modules +composer.phar + +# Framework ignores +.env +.env.*.php +.env.php +selenium.php +/bootstrap/compiled.php +.phpunit.result.cache + +# Editor ignores +nbproject +.idea +.vscode +_ide_helper.php + +# Other ignores +.DS_Store +package-lock.json +/node_modules +/*.sh + +# Plugin ignores +/plugins/excodus/translateextended +/plugins/rainlab/pages +/plugins/rainlab/translate +/plugins/rainlab/blog +/plugins/rainlab/user +/plugins/rainlab/userplus +/plugins/rainlab/location +/plugins/rainlab/notify +/plugins/rainlab/googleanalytics +/plugins/rainlab/builder +/plugins/rainlab/debugbar +/plugins/utopigs/seo +/plugins/octobro/api +/plugins/offline/sitesearch + +# Additional assets dist ignores +/themes/fatima/assets/maintenance/dist