code.gitea.io/gitea@v1.21.7/options/gitignore/Drupal7 (about)

     1  # gitignore template for Drupal 7 projects
     2  #
     3  # It is recommended that you use `Drupal.gitignore` as this is the latest version
     4  
     5  # Ignore configuration files that may contain sensitive information.
     6  sites/*/*settings*.php
     7  sites/example.sites.php
     8  
     9  # Ignore paths that contain generated content.
    10  files/
    11  sites/*/files
    12  sites/*/private
    13  sites/*/translations
    14  
    15  # Ignore default text files
    16  robots.txt
    17  /CHANGELOG.txt
    18  /COPYRIGHT.txt
    19  /INSTALL*.txt
    20  /LICENSE.txt
    21  /MAINTAINERS.txt
    22  /UPGRADE.txt
    23  /README.txt
    24  sites/README.txt
    25  sites/all/libraries/README.txt
    26  sites/all/modules/README.txt
    27  sites/all/themes/README.txt
    28  
    29  # Ignore everything but the "sites" folder ( for non core developer )
    30  .htaccess
    31  web.config
    32  authorize.php
    33  cron.php
    34  index.php
    35  install.php
    36  update.php
    37  xmlrpc.php
    38  /includes
    39  /misc
    40  /modules
    41  /profiles
    42  /scripts
    43  /themes