This repository has been archived on 2024-08-27. You can view files and clone it, but cannot push or open issues or pull requests.
redstoner.com/.gitignore
2015-03-23 22:31:22 +01:00

14 lines
188 B
Plaintext

# Ignore bundler config
/.bundle
# Ignore rbenv files
.ruby-version
# Ignore the default SQLite database.
/db/*.sqlite3
# Ignore all logfiles and tempfiles.
/log/*.log
/tmp
*.sublime-*