summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorSashi202019-09-16 11:39:40 +0530
committerSashi202019-09-16 11:39:40 +0530
commitdb34ba9fbc2a625d47f957144929706c2bdec653 (patch)
tree40b255c6caf5c2b29555a04b42a027beb69473c2 /.gitignore
parentb8e07a4c41eea64ff50f88fd826c96f1a980b3b3 (diff)
downloadcfd_lab_migration-db34ba9fbc2a625d47f957144929706c2bdec653.tar.gz
cfd_lab_migration-db34ba9fbc2a625d47f957144929706c2bdec653.tar.bz2
cfd_lab_migration-db34ba9fbc2a625d47f957144929706c2bdec653.zip
Add lab migration module files
Diffstat (limited to '.gitignore')
-rwxr-xr-x.gitignore42
1 files changed, 42 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100755
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
+*~