126 lines
2.1 KiB
Text
126 lines
2.1 KiB
Text
# Global, for Macs
|
|
*~
|
|
|
|
# Compiled Python files
|
|
*.pyc
|
|
|
|
# Folder view configuration files
|
|
.DS_Store
|
|
Desktop.ini
|
|
|
|
# Thumbnail cache files
|
|
._*
|
|
Thumbs.db
|
|
|
|
# Files that might appear on external disks
|
|
.Spotlight-V100
|
|
.Trashes
|
|
|
|
|
|
# Legacy from before Feb 2021
|
|
/db/test.sqlite3-journal
|
|
config/application.rb
|
|
config/config.yml
|
|
config/local_env.yml
|
|
config/secrets.yml
|
|
/vendor/cache
|
|
/vendor/cache-old
|
|
/storage/*
|
|
.idea/*
|
|
*.iml
|
|
*.rbc
|
|
*.sassc
|
|
.sass-cache
|
|
capybara-*.html
|
|
.rspec
|
|
/.bundle
|
|
/vendor/bundle
|
|
/log/*
|
|
/tmp/*
|
|
/db/*.sqlite3
|
|
/public/system/*
|
|
/coverage/
|
|
/spec/tmp/*
|
|
**.orig
|
|
rerun.txt
|
|
pickle-email-*.html
|
|
*~
|
|
/public/assets
|
|
/bundle
|
|
/doc/app
|
|
.vagrant/
|
|
.env
|
|
.env.production
|
|
.env.development
|
|
.env.test
|
|
.env.local
|
|
.envrc
|
|
docker-compose.override.yml
|
|
.DS_Store
|
|
.byebug_history
|
|
.buildconfig
|
|
osem_development
|
|
osem_test
|
|
config/local_env.yml
|
|
|
|
# From GitHub, for Ruby
|
|
# https://github.com/github/gitignore/blob/master/Ruby.gitignore
|
|
*.gem
|
|
*.rbc
|
|
/.config
|
|
/coverage/
|
|
/InstalledFiles
|
|
/pkg/
|
|
/spec/reports/
|
|
/spec/examples.txt
|
|
/test/tmp/
|
|
/test/version_tmp/
|
|
/tmp/
|
|
|
|
# Used by dotenv library to load environment variables.
|
|
# .env
|
|
|
|
# Ignore Byebug command history file.
|
|
.byebug_history
|
|
|
|
## Specific to RubyMotion:
|
|
.dat*
|
|
.repl_history
|
|
build/
|
|
*.bridgesupport
|
|
build-iPhoneOS/
|
|
build-iPhoneSimulator/
|
|
|
|
## Specific to RubyMotion (use of CocoaPods):
|
|
#
|
|
# We recommend against adding the Pods directory to your .gitignore. However
|
|
# you should judge for yourself, the pros and cons are mentioned at:
|
|
# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
|
|
#
|
|
# vendor/Pods/
|
|
|
|
## Documentation cache and generated files:
|
|
/.yardoc/
|
|
/_yardoc/
|
|
/doc/
|
|
/rdoc/
|
|
|
|
## Environment normalization:
|
|
/.bundle/
|
|
/vendor/bundle
|
|
/lib/bundler/man/
|
|
|
|
# for a library or gem, you might want to ignore these files since the code is
|
|
# intended to run in multiple environments; otherwise, check them in:
|
|
# Gemfile.lock
|
|
# .ruby-version
|
|
# .ruby-gemset
|
|
|
|
# unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
|
|
.rvmrc
|
|
|
|
# Used by RuboCop. Remote config files pulled in from inherit_from directive.
|
|
.rubocop-https?--*
|
|
|
|
# Ignore Javascript package binaries
|
|
/node_modules
|