summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorJayaram Pai2014-05-16 11:12:26 +0530
committerJayaram Pai2014-05-16 11:12:26 +0530
commitc72bdefc8f542018980a37428e58eb7f15b184e0 (patch)
tree55e31407202a96de621cd116f03a3add201eedad /.gitignore
downloadfeedback-c72bdefc8f542018980a37428e58eb7f15b184e0.tar.gz
feedback-c72bdefc8f542018980a37428e58eb7f15b184e0.tar.bz2
feedback-c72bdefc8f542018980a37428e58eb7f15b184e0.zip
initial commit
Diffstat (limited to '.gitignore')
-rwxr-xr-x.gitignore41
1 files changed, 41 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100755
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