diff options
author | Jayaram Pai | 2014-04-21 12:41:11 +0530 |
---|---|---|
committer | Jayaram Pai | 2014-04-21 12:41:11 +0530 |
commit | a4495e4514bd6bfcf707e1e92726798f67a07c58 (patch) | |
tree | 7434f3fbd85ab9baf5ac4e6f9bb599a0b286668f /.gitignore | |
parent | c4263742d4622d520361d6a0518f46981a2405d9 (diff) | |
download | scilab_lab_migration-a4495e4514bd6bfcf707e1e92726798f67a07c58.tar.gz scilab_lab_migration-a4495e4514bd6bfcf707e1e92726798f67a07c58.tar.bz2 scilab_lab_migration-a4495e4514bd6bfcf707e1e92726798f67a07c58.zip |
added remote origin, .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b6788e8 --- /dev/null +++ b/.gitignore @@ -0,0 +1,41 @@ +# 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 |