tamaloa/direktkreditverwaltung

View on GitHub
.gitignore

Summary

Maintainability
Test Coverage
# See http://help.github.com/ignore-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

# Ignore credential configs
/config/database.yml

# Ignore the default SQLite database.
/db/*.sqlite3

# Ignore all logfiles and tempfiles.
/log/*.log
/tmp
/doc/app

.byebug_history

# Ignore all uploaded files
public/system/*

/config/settings.yml
/custom/*.png
/custom/*.yml
/pdfs

# let each developer choose own toolset
.rvmrc
.ruby-version
.ruby-gemset

# editor/ide specific files should be ignored via ~/.gitignore
*.sublime-project
*.sublime-workspace