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