Skip to content

Instantly share code, notes, and snippets.

@rorlab
Created April 1, 2016 10:48
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 rorlab/5155ade54329dfde2a46004d5aad9a9c to your computer and use it in GitHub Desktop.
Save rorlab/5155ade54329dfde2a46004d5aad9a9c to your computer and use it in GitHub Desktop.
[AGAIN2011] gitignore file for exluding sensitive data file
.vagrant/*
# development 환경
.rbenv-vars
# staging 환경
.rbenv-vars.staging
config/database.staging.yml
config/secrets.staging.yml
# production 환경
.rbenv-vars.production
config/database.production.yml
config/secrets.production.yml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment