44 lines
724 B
Text
44 lines
724 B
Text
#trademark sillyness
|
|
app/views/home/_show.html.haml
|
|
app/views/home/_show.mobile.haml
|
|
public/images/ball_small.png
|
|
public/images/ball.png
|
|
# Configuration files
|
|
config/app_config.yml
|
|
config/fb_config.yml
|
|
config/oauth_keys.yml
|
|
config/initializers/secret_token.rb
|
|
config/redis.conf
|
|
.bundle
|
|
vendor/bundle/*
|
|
|
|
# Generated files
|
|
log/*
|
|
public/stylesheets/application.css
|
|
public/stylesheets/sessions.css
|
|
public/stylesheets/ui.css
|
|
public/stylesheets/mobile.css
|
|
spec/fixtures/users.yaml
|
|
|
|
# Uploded files and local files
|
|
public/uploads/*
|
|
public/assets/*
|
|
public/source.tar*
|
|
tmp/**/*
|
|
tmp/*
|
|
db/*.sqlite3
|
|
.redcar
|
|
|
|
# Temporary files of every sort
|
|
.DS_Store
|
|
.idea
|
|
.rvmrc
|
|
.stgit*
|
|
*.swap
|
|
*.swo
|
|
*.swp
|
|
*~
|
|
bin/*
|
|
nbproject
|
|
patches-*
|
|
capybara-*.html
|