From dbcdb5525b5307a2668b32cbed318d554dc8ee3d Mon Sep 17 00:00:00 2001 From: prashantsinalkar Date: Wed, 26 Jul 2017 10:43:28 +0530 Subject: Initila commit --- .gitignore | 44 ++++++++++++++++++++++++++++++++++++++++++++ README.md | 7 +++++++ 2 files changed, 51 insertions(+) create mode 100755 .gitignore create mode 100644 README.md 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 diff --git a/README.md b/README.md new file mode 100644 index 0000000..c70abc9 --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +eSim Circuit Simulation Module for http://esim.fossee.in, FOSSEE, IIT Bombay written for Drupal 7 + +Author: + +Sashirekha BMK +Prashant Sinalkar + -- cgit