Skip to content

Instantly share code, notes, and snippets.

@itspriddle
Created April 12, 2009 05:57
Show Gist options
  • Select an option

  • Save itspriddle/93882 to your computer and use it in GitHub Desktop.

Select an option

Save itspriddle/93882 to your computer and use it in GitHub Desktop.
echo '.DS_Store' >> ./.gitignore
echo '*.swp' >> ./.gitignore
echo 'config/database.yml' >> ./.gitignore
echo 'config/mailer.yml' >> ./.gitignore
echo '*.sql' >> ./.gitignore
echo 'index/' >> ./.gitignore
echo 'public/system' >> ./.gitignore
echo 'public/tmp/' >> ./.gitignore
echo '[^.]*' > ./log/.gitignore
echo '[^.]*' > ./tmp/cache/.gitignore
echo '[^.]*' > ./tmp/pids/.gitignore
echo '[^.]*' > ./tmp/sessions/.gitignore
echo '[^.]*' > ./tmp/sockets/.gitignore
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment