69 lines
1.1 KiB
Plaintext
69 lines
1.1 KiB
Plaintext
# =========================
|
|
# OS / Editor
|
|
# =========================
|
|
.DS_Store
|
|
Thumbs.db
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
|
|
# =========================
|
|
# Ruby / Rails
|
|
# =========================
|
|
.bundle/
|
|
vendor/bundle/
|
|
coverage/
|
|
tmp/
|
|
log/
|
|
*.log
|
|
|
|
# =========================
|
|
# Redmine / Rails cache
|
|
# =========================
|
|
public/assets/
|
|
public/packs/
|
|
node_modules/
|
|
.yarn/
|
|
.yarn-cache/
|
|
|
|
# =========================
|
|
# Database (local test only)
|
|
# =========================
|
|
*.sqlite3
|
|
*.sqlite3-journal
|
|
|
|
# =========================
|
|
# Test / CI artifacts
|
|
# =========================
|
|
spec/examples.txt
|
|
rerun.txt
|
|
|
|
# =========================
|
|
# Plugin build / generated files
|
|
# =========================
|
|
*.gem
|
|
pkg/
|
|
*.rbc
|
|
|
|
# =========================
|
|
# Security / Local override
|
|
# =========================
|
|
.env
|
|
.env.*
|
|
config/database.yml
|
|
config/secrets.yml
|
|
config/initializers/secret_token.rb
|
|
|
|
# =========================
|
|
# Easy plugins specific
|
|
# =========================
|
|
easy_*/tmp/
|
|
easy_*/log/
|
|
easy_*/public/assets/
|
|
|
|
# =========================
|
|
# Linter / Test scripts output
|
|
# =========================
|
|
.run-*.log
|