Retrospring/.gitignore

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

78 lines
935 B
Plaintext
Raw Normal View History

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