mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-11 18:26:50 +00:00
63 lines
855 B
Plaintext
63 lines
855 B
Plaintext
.bundle
|
|
.rbenv-version
|
|
.python-version
|
|
.byebug_history
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.swp
|
|
.vscode
|
|
*.swo
|
|
*.swp
|
|
.sass-cache
|
|
db/*.sqlite3
|
|
db/*.csv
|
|
log/*.log
|
|
log/*.log.lck
|
|
log/*.log.*
|
|
/storage
|
|
tmp/
|
|
.idea/*
|
|
\#*
|
|
.#*
|
|
*~
|
|
*.~lock.*
|
|
tags
|
|
.emacs.desktop
|
|
.DS_Store
|
|
*.sublime-project*
|
|
spec/javascripts/generated/*
|
|
db/development_structure.sql
|
|
db/test_structure.sql
|
|
db/staging_structure.sql
|
|
db/production_structure.sql
|
|
db/backup
|
|
app/public
|
|
public/system
|
|
public/stylesheets
|
|
public/images
|
|
public/files
|
|
public/spree
|
|
public/assets
|
|
config/abr.yml
|
|
config/initializers/feature_toggle.rb
|
|
NERD_tree*
|
|
coverage
|
|
libpeerconnection.log
|
|
/config/newrelic.yml
|
|
node_modules
|
|
vendor/bundle/
|
|
coverage
|
|
/reports/
|
|
!/reports/README.md
|
|
|
|
/public/packs
|
|
/public/packs-test
|
|
/yarn-error.log
|
|
yarn-debug.log*
|
|
.yarn-integrity
|
|
|
|
/config/credentials.yml.enc
|
|
/config/master.key
|
|
.secrets
|