2022-12-27 15:05:52 -08:00
|
|
|
### Ruby/Rails ###
|
|
|
|
|
2014-08-01 02:23:47 -07:00
|
|
|
/.bundle
|
2022-12-27 15:05:52 -08:00
|
|
|
.byebug_history
|
|
|
|
|
|
|
|
/config/database.yml
|
2023-09-02 09:33:06 -07:00
|
|
|
.env
|
|
|
|
.env.development
|
2014-08-01 02:23:47 -07:00
|
|
|
|
2022-12-27 15:05:52 -08:00
|
|
|
/coverage
|
2014-08-01 02:23:47 -07:00
|
|
|
|
|
|
|
/log/*.log
|
|
|
|
/tmp
|
2014-10-27 22:36:38 -07:00
|
|
|
|
2022-12-27 15:05:52 -08:00
|
|
|
# precompiled assets/packs
|
2023-01-03 03:27:54 -08:00
|
|
|
/app/assets/builds/*
|
|
|
|
!/app/assets/builds/.keep
|
2022-12-27 15:05:52 -08:00
|
|
|
/public/assets
|
2014-11-04 06:33:37 -08:00
|
|
|
|
2022-12-27 15:05:52 -08:00
|
|
|
# RSpec example status persistence, used by e.g. `rspec --only-failures`
|
|
|
|
/spec/examples.txt
|
2014-11-08 08:57:53 -08:00
|
|
|
|
2022-12-27 15:05:52 -08:00
|
|
|
# node + yarn
|
|
|
|
/node_modules
|
|
|
|
/yarn-error.log
|
|
|
|
yarn-debug.log*
|
|
|
|
.yarn-integrity
|
2014-11-08 10:33:18 -08:00
|
|
|
|
2022-12-23 17:58:28 -08:00
|
|
|
|
2022-12-27 15:05:52 -08:00
|
|
|
### Retrospring-specific ###
|
2014-11-24 08:52:46 -08:00
|
|
|
|
2022-12-27 15:05:52 -08:00
|
|
|
# site configuration
|
|
|
|
/config/justask.yml
|
|
|
|
|
2023-01-05 06:19:41 -08:00
|
|
|
# locales generated with `bin/rails locale:generate`
|
|
|
|
/config/locales/*.en-xx.yml
|
|
|
|
|
2022-12-27 15:05:52 -08:00
|
|
|
# local storage
|
|
|
|
/public/export
|
|
|
|
/public/system
|
|
|
|
/public/users
|
2014-12-09 13:14:05 -08:00
|
|
|
|
2015-06-08 07:01:16 -07:00
|
|
|
# dont push generated js translations to repository
|
2022-09-17 06:16:41 -07:00
|
|
|
/app/javascript/retrospring/i18n.json
|
2015-06-08 07:01:16 -07:00
|
|
|
|
2022-12-27 15:05:52 -08:00
|
|
|
|
|
|
|
### Operating systems / desktops ###
|
|
|
|
|
|
|
|
# KDE
|
2015-05-08 08:44:16 -07:00
|
|
|
.directory
|
2022-12-27 15:05:52 -08:00
|
|
|
|
|
|
|
# macOS
|
2015-05-08 08:44:16 -07:00
|
|
|
.DS_Store
|
2022-12-27 15:05:52 -08:00
|
|
|
|
|
|
|
# Windows
|
|
|
|
Thumbs.db
|
2016-01-05 10:45:40 -08:00
|
|
|
desktop.ini
|
|
|
|
|
2020-04-19 12:47:19 -07:00
|
|
|
|
2022-12-27 15:05:52 -08:00
|
|
|
### Editors ###
|
2020-12-24 14:26:54 -08:00
|
|
|
|
2022-12-27 15:05:52 -08:00
|
|
|
# Emacs
|
|
|
|
\#*\#
|
|
|
|
.projectile
|
|
|
|
|
|
|
|
# Kate
|
|
|
|
.*.kate-swp
|
|
|
|
|
|
|
|
# JetBrains IDEs (e.g. Rubymine)
|
|
|
|
.idea/
|
|
|
|
|
|
|
|
# vim
|
|
|
|
*.swp
|
|
|
|
*~
|
|
|
|
|
|
|
|
# VS Code
|
|
|
|
.vscode/
|