diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ff6da38 --- /dev/null +++ b/.gitignore @@ -0,0 +1,10 @@ +# Ignore all settings*.php files as these are not normally controlled in a +# repository and may contain sensitive information. +sites/*/settings*.php + +# Ignore all the files (and folders) in these folders as they are managed by +# the files table. +sites/*/files +sites/*/private +# Also ignore files directory from possible Drupal 5 upgraded sites. +files \ No newline at end of file