diff options
author | Sashi20 | 2019-02-27 13:20:08 +0530 |
---|---|---|
committer | Sashi20 | 2019-02-27 13:20:08 +0530 |
commit | bafb3b9680925abcc0a0d997cde37b7cb5c62b26 (patch) | |
tree | 52d146f7aa29deca45598519fde33588b3af1bd8 /.gitignore | |
parent | a9d20d02f3cb94dcaa662c8fa4ecd2cc5183bf41 (diff) | |
download | cfd_case_study-bafb3b9680925abcc0a0d997cde37b7cb5c62b26.tar.gz cfd_case_study-bafb3b9680925abcc0a0d997cde37b7cb5c62b26.tar.bz2 cfd_case_study-bafb3b9680925abcc0a0d997cde37b7cb5c62b26.zip |
Made certificates available for case study project
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..e0a272a --- /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 |