diff options
author | priyankabhagwat | 2014-07-30 23:15:16 +0530 |
---|---|---|
committer | priyankabhagwat | 2014-07-30 23:15:16 +0530 |
commit | bf1aa0c785e94fe0680d726f77067f826bad9af8 (patch) | |
tree | b2e0895b89a202bfa761df4433068cf2f4788263 /.gitignore | |
download | sbhs_past_workshop-bf1aa0c785e94fe0680d726f77067f826bad9af8.tar.gz sbhs_past_workshop-bf1aa0c785e94fe0680d726f77067f826bad9af8.tar.bz2 sbhs_past_workshop-bf1aa0c785e94fe0680d726f77067f826bad9af8.zip |
initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8d25f50 --- /dev/null +++ b/.gitignore @@ -0,0 +1,42 @@ +# 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 +*~ |