*** This version of Confluence is for testing only and contains a copy of content from June 29th 2026. No changes will be preserved. ***
...
- featureserver_test_library_cornell_edu
- .git
- .gitignore
- README
- backup/ - place for backup files
- private_files/ - point Drupal's private file directory at this directory (later)
- public/ - put your Drupal site here (later)
Here's what my .gitignore looks like:
...
.
...
Let capistrano create its default files
...