mirror of
https://github.com/Growstuff/growstuff.git
synced 2025-12-24 01:57:46 -05:00
33 lines
390 B
Plaintext
33 lines
390 B
Plaintext
.byebug_history
|
|
.bundle
|
|
.env
|
|
|
|
# Folders to ignore
|
|
/log
|
|
/doc
|
|
/tmp
|
|
/vendor
|
|
/coverage
|
|
/public
|
|
/node_modules
|
|
|
|
# Dev database (if they use sqlite)
|
|
/db/*.sqlite3
|
|
|
|
# Editor and file system droppings
|
|
.pt
|
|
.*.sw*
|
|
*~
|
|
*.DS_Store
|
|
.idea/**
|
|
|
|
# Dev config files
|
|
config/application.yml
|
|
config/database.yml
|
|
|
|
# Files that are created on Travis
|
|
cc-test-reporter
|
|
elasticsearch-*.deb
|
|
elasticsearch-*.deb.sha512
|
|
|