diff options
author | prashantsinalkar | 2017-02-06 15:26:03 +0530 |
---|---|---|
committer | prashantsinalkar | 2017-02-06 15:26:03 +0530 |
commit | d341dbfd330b16eefb0a6b75c75844e964d54b53 (patch) | |
tree | 61cc6d2b2d473a3c1e648092aab23fee201221c4 | |
download | dwsim_flowsheet-d341dbfd330b16eefb0a6b75c75844e964d54b53.tar.gz dwsim_flowsheet-d341dbfd330b16eefb0a6b75c75844e964d54b53.tar.bz2 dwsim_flowsheet-d341dbfd330b16eefb0a6b75c75844e964d54b53.zip |
Initial commit
-rwxr-xr-x | .gitignore | 44 | ||||
-rwxr-xr-x | README | 6 |
2 files changed, 50 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 @@ -0,0 +1,6 @@ +DWSIM Flowsheet Module for FOSSEE, IIT Bombay written for Drupal 7 + +Author: + +Prashant Sinalkar + |