diff options
author | prashantsinalkar | 2016-08-31 16:23:06 +0530 |
---|---|---|
committer | prashantsinalkar | 2016-08-31 16:23:06 +0530 |
commit | 687c4f12908aca9e15b11f89582c93b6b7720baf (patch) | |
tree | 9a4569a51aa210113071ff9b01c8dee68edfd77e /.gitignore | |
parent | 1d4e95a7bf8df00218b3139e7bdab2351b3a7ea6 (diff) | |
download | textbook_companion_fixer-687c4f12908aca9e15b11f89582c93b6b7720baf.tar.gz textbook_companion_fixer-687c4f12908aca9e15b11f89582c93b6b7720baf.tar.bz2 textbook_companion_fixer-687c4f12908aca9e15b11f89582c93b6b7720baf.zip |
Initial commit for drupal 7 module
Diffstat (limited to '.gitignore')
-rwxr-xr-x | .gitignore | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100755 index 0000000..e78b9aa --- /dev/null +++ b/.gitignore @@ -0,0 +1,44 @@ +# Ignore configuration files that may contain sensitive information. +sites/*/*settings*.php + +# Ignore paths that contain generated content. +cache/ +files/ +sites/*/files +sites/*/private +file_bck + +# Ignore default text files +robots.txt +/CHANGELOG.txt +/COPYRIGHT.txt +/INSTALL*.txt +/LICENSE.txt +/MAINTAINERS.txt +/UPGRADE.txt +/README.txt +sites/all/README.txt +sites/all/modules/README.txt +sites/all/themes/README.txt + +# Ignore everything but the "sites" folder ( for non core developer ) +.htaccess +web.config +authorize.php +cron.php +index.php +install.php +update.php +xmlrpc.php +/includes +/misc +/modules +/profiles +/scripts +/themes + +# Ignore vim temp. files +*.bak +*.swo +*.swp +*~ |