Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Here's what my .gitignore looks like.

In our environment the public directory is a 'fake submodule' containing Drupal core and some standard modules:

Code Block

 git clone --depth 1 git@git.library.cornell.edu:drupal_7_x.git public

Let capistrano create its default files

...