diff options
author | prashantsinalkar | 2017-12-21 12:31:45 +0530 |
---|---|---|
committer | prashantsinalkar | 2017-12-21 12:31:45 +0530 |
commit | 292a2ee4d463f723824c58f4a592ef3204a9767d (patch) | |
tree | aa4a249561e4c49c5b9d393082b1cb28f483d056 | |
parent | f4def397712abfb904523e7ad2a64255509b4aec (diff) | |
download | scilab_on_cloud_management-292a2ee4d463f723824c58f4a592ef3204a9767d.tar.gz scilab_on_cloud_management-292a2ee4d463f723824c58f4a592ef3204a9767d.tar.bz2 scilab_on_cloud_management-292a2ee4d463f723824c58f4a592ef3204a9767d.zip |
added git ignore
-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 +*~ +*.*~ |