retrospring/.gitignore

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

78 lines
935 B
Text
Raw Normal View History

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
.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
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
# 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
# dont push generated js translations to repository
/app/javascript/retrospring/i18n.json
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/