diff options
author | Prashant S | 2016-05-16 11:35:11 +0530 |
---|---|---|
committer | Prashant S | 2016-05-16 11:35:11 +0530 |
commit | 9f4a7a11d99550ab348575ae96b0fba21ef738a2 (patch) | |
tree | 28baaa3742dc908d87b0ed53e46afb222b24f8c2 /.gitignore | |
parent | e455e30fd4cd29748b388f64b1ea632ac5856b4c (diff) | |
parent | 0ce24be4bea5c068df4dc0eaa1888fea4f96469e (diff) | |
download | scilab_form_edit-9f4a7a11d99550ab348575ae96b0fba21ef738a2.tar.gz scilab_form_edit-9f4a7a11d99550ab348575ae96b0fba21ef738a2.tar.bz2 scilab_form_edit-9f4a7a11d99550ab348575ae96b0fba21ef738a2.zip |
Merge pull request #1 from prashantsinalkar/master
- Converted module in Drupal7
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6b05a7a --- /dev/null +++ b/.gitignore @@ -0,0 +1,43 @@ +# 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 +*.bak +*.swo +*.swp +*~ |