diff options
author | Sashi20 | 2018-05-08 11:48:35 +0530 |
---|---|---|
committer | Sashi20 | 2018-05-08 11:48:35 +0530 |
commit | a8f4339077dd02438dd3ae3f31de34abef10ff59 (patch) | |
tree | 0b80086342b111c3bd4c14d2047777bd3e286a06 /.gitignore | |
download | r_textbook_companion-a8f4339077dd02438dd3ae3f31de34abef10ff59.tar.gz r_textbook_companion-a8f4339077dd02438dd3ae3f31de34abef10ff59.tar.bz2 r_textbook_companion-a8f4339077dd02438dd3ae3f31de34abef10ff59.zip |
Initial Commit
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..4633e61 --- /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 + +# 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 +*.swo +*.swp +*~ +*.*.bkp +*.*~ |