*** This version of Confluence is for testing only and contains a copy of content from June 29th 2026. No changes will be preserved. ***
...
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
...