diff options
author | Prashant S | 2016-09-06 16:28:26 +0530 |
---|---|---|
committer | GitHub | 2016-09-06 16:28:26 +0530 |
commit | c95635c08a1fb160be7f15ffce35ea854560452f (patch) | |
tree | 96b3ad5ad81eab0111f638808ba15b61813635e0 /.gitignore | |
parent | 271a34be9bb543a344b00e738cc49836e30bdc32 (diff) | |
parent | 41f8054e3baa8c910afd3b6b4fe6739c91b8c571 (diff) | |
download | textbook_companion_fixer-c95635c08a1fb160be7f15ffce35ea854560452f.tar.gz textbook_companion_fixer-c95635c08a1fb160be7f15ffce35ea854560452f.tar.bz2 textbook_companion_fixer-c95635c08a1fb160be7f15ffce35ea854560452f.zip |
Merge pull request #1 from prashantsinalkar/drupal_7.x
Fixed jquery, css code isses
Diffstat (limited to '.gitignore')
-rwxr-xr-x | .gitignore | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100755 index 0000000..f45d885 --- /dev/null +++ b/.gitignore @@ -0,0 +1,45 @@ +# 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 +*~ +*.*~ |