Skip to content

Instantly share code, notes, and snippets.

@absyah
Forked from karuna/rails .gitignore
Last active August 29, 2015 14:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save absyah/3058f2afb9d640b3efac to your computer and use it in GitHub Desktop.
Save absyah/3058f2afb9d640b3efac to your computer and use it in GitHub Desktop.
#----------------------------------------------------------------------------
# Ignore these files when commiting to a git repository.
#
# See http://help.github.com/ignore-files/ for more about ignoring files.
#
# The original version of this file is found here:
# https://github.com/RailsApps/rails-composer/blob/master/files/gitignore.txt
#
# Corrections? Improvements? Create a GitHub issue:
# http://github.com/RailsApps/rails-composer/issues
#----------------------------------------------------------------------------
# Ignore bundler config
/.bundle
/vendor/bundle/
/vendor/ruby/
# Ignore the default database.
/db/*.sqlite3
/db/*.javadb/
# Ignore all logfiles and tempfiles.
/log/*
/tmp
.powder
.virb*
*.*~
# various artifacts
**.war
*.rbc
*.sassc
.rspec
.redcar/
.sass-cache
/doc/api/
/doc/app/
/doc/features.html
/doc/specs.html
/public/cache
/public/stylesheets/compiled
/public/system/*
/public/assets/*
/public/uploads/*
/spec/tmp/*
/cache
/capybara*
/capybara-*.html
/gems
/specifications
rerun.txt
pickle-email-*.html
.zeus.sock
/solr/
# If you find yourself ignoring temporary files generated by your text editor
# or operating system, you probably want to add a global ignore instead:
# git config --global core.excludesfile ~/.gitignore_global
#
# Here are some files you may want to ignore globally:
# scm revert files
**.orig
# Configuration files
config/app_config.yml
config/database.yml
config/application.yml
# System Recordings from Tropo
public/tropo_recordings/**/*
# Dev Machines
.DS_Store
*/.DS_Store
Procfile.dev
.env
/*.sublime-workspace
# Netbeans project directory
/nbproject/
# RubyMine project files
.idea
# Textmate project files
/*.tmproj
# vim artifacts
**.swp
.vim
/.tags
/.tags_sorted_by_file
/.gemtags
/coverage
/coverage.data
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment