diff options
author | Jayaram Pai | 2014-02-04 23:20:25 +0530 |
---|---|---|
committer | Jayaram Pai | 2014-02-04 23:20:25 +0530 |
commit | 8e79990ff3a8394af4e587b1d8082f4801827eb4 (patch) | |
tree | 6799fb0b9e98b92f5ff9286212a8c25f2262a322 /.gitignore | |
download | tbc-external-review-8e79990ff3a8394af4e587b1d8082f4801827eb4.tar.gz tbc-external-review-8e79990ff3a8394af4e587b1d8082f4801827eb4.tar.bz2 tbc-external-review-8e79990ff3a8394af4e587b1d8082f4801827eb4.zip |
initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a14c765 --- /dev/null +++ b/.gitignore @@ -0,0 +1,37 @@ +# Ignore configuration files that may contain sensitive information. +sites/*/*settings*.php + +# Ignore paths that contain generated content. +cache/ +files/ +sites/*/files +sites/*/private + +# 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 |