docbrown/.gitignore
Anna Buyanova 48dbe55d05 Remove database.yml from the repo (#1162)
* Remove database.yml file from the repo, fixes #478

* Update dev.to docs

* Switch to the bullet list for the database.yml docs
2018-11-27 16:42:10 -05:00

53 lines
986 B
Text

# See https://help.github.com/articles/ignoring-files for more about ignoring files.
#
# 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'
# Ignore bundler config.
/.bundle
vendor/bundle
# Ignore all logfiles and tempfiles.
/log/*
!/log/.keep
/tmp
.DS_Store
.swp
.approvals
.torus.json
coverage
/tags
# Ignore public uploads
/public/uploads/*
/public/c/*
/public/i/*
/public/assets/*
# Ignore node_modules
node_modules/
# Generated js bundles
/app/assets/javascripts/generated/*
latest.dump
.byebug_history
.gitdocs_build/
# Ignore application configuration
/config/application.yml
/public/packs
/public/packs-test
/node_modules
config/database.yml
# Ignore storybook static site generation
storybook-static/
yarn-error.log
# Ignore package-lock.json because we use yarn
package-lock.json
#Jetbrains Tools
.idea/