forked from Admidio/admidio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
34 lines (29 loc) · 779 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# NEVER commit your own config with your user-credentials
/adm_my_files/config.php
# Don't commit your own stuff
/adm_my_files/*
!/adm_my_files/ecard_templates/
!/adm_my_files/mail_templates/
!/adm_my_files/config_example.php
!/adm_my_files/.htaccess
!/adm_my_files/index.html
# Only allow commit of official plugins
/adm_plugins/*
!/adm_plugins/birthday/
!/adm_plugins/calendar/
!/adm_plugins/login_form/
!/adm_plugins/random_photo/
!/adm_plugins/announcement-list/
!/adm_plugins/event-list/
!/adm_plugins/latest-documents-files/
!/adm_plugins/who-is-online/
!/adm_plugins/category_report/
# Don't commit the external libs from vendor folder
/vendor
# Some special OS files that should not commited
/*.phar
.DS_Store
php-cs-fixer
# For custom configuration
/.php_cs
/.idea