2018-03-25 17:30:42 +00:00
|
|
|
**/*.swp
|
|
|
|
latest.dump
|
|
|
|
node_modules
|
|
|
|
npm-debug.log
|
|
|
|
public/**/*
|
|
|
|
client/js/nonprofits/donate/plugins-enabled
|
|
|
|
|
|
|
|
|
|
|
|
.DS_Store
|
2018-04-11 20:36:23 +00:00
|
|
|
/postgres-data
|
2018-03-25 17:30:42 +00:00
|
|
|
|
|
|
|
# Ignore bundler config
|
|
|
|
/.bundle
|
|
|
|
|
|
|
|
# Ignore the default SQLite database.
|
|
|
|
/db/*.sqlite3
|
|
|
|
|
|
|
|
# Ignore all logfiles and tempfiles.
|
|
|
|
log/
|
|
|
|
tmp/
|
|
|
|
|
|
|
|
# Zeus
|
|
|
|
zeus.json
|
|
|
|
.zeus.sock
|
|
|
|
custom_plan.rb
|
|
|
|
|
|
|
|
# simplecov
|
|
|
|
/coverage
|
|
|
|
|
|
|
|
# Ignore VCR cassettes
|
|
|
|
spec/fixtures/vcr_cassettes
|
|
|
|
|
2019-11-08 19:17:42 +00:00
|
|
|
#dev files
|
2018-03-25 17:30:42 +00:00
|
|
|
.env
|
|
|
|
.idea/
|
|
|
|
.vscode
|
2019-11-08 19:17:42 +00:00
|
|
|
.byebug_history
|
2018-03-25 17:30:42 +00:00
|
|
|
|
|
|
|
# Jasmine specs build file
|
|
|
|
spec/javascripts/bundle.js
|
|
|
|
|
|
|
|
# Settings files
|
|
|
|
config/settings.json
|
|
|
|
config/settings.local.yml
|
|
|
|
config/settings/*.local.yml
|
|
|
|
config/environments/*.local.yml
|
|
|
|
|
|
|
|
#local bins we use for builds
|
|
|
|
.bin
|
|
|
|
|
|
|
|
# thing we want to keep in public
|
|
|
|
!public/*.html
|
|
|
|
!public/maintenance.html
|
|
|
|
!public/favicon.ico
|
|
|
|
!public/js/donate-button.js
|
|
|
|
!public/images
|
|
|
|
!public/images/fallback
|
|
|
|
!public/images/fallback/*
|
|
|
|
!public/fallback
|
|
|
|
!public/fallback/*
|
|
|
|
!public/css
|
|
|
|
!public/css/donate-button.css
|
|
|
|
!public/css/donate-button.v2.css
|
|
|
|
!public/svgs
|
2018-04-11 20:36:23 +00:00
|
|
|
!public/svgs/*
|
2019-11-05 22:39:13 +00:00
|
|
|
|
|
|
|
/public/packs
|
|
|
|
/public/packs-test
|
|
|
|
/node_modules
|
|
|
|
/yarn-error.log
|
|
|
|
yarn-debug.log*
|
|
|
|
.yarn-integrity
|
2020-04-28 20:46:31 +00:00
|
|
|
|
|
|
|
# we don't want the file storage directory to be committed
|
2020-11-12 23:05:32 +00:00
|
|
|
storage
|
|
|
|
|
2020-11-24 22:20:51 +00:00
|
|
|
# the locales directory in javascript is generated at run time.
|
|
|
|
app/javascript/i18n/locales
|
|
|
|
|
2020-11-12 23:05:32 +00:00
|
|
|
# No package-lock.json file from npm
|
|
|
|
package-lock.json
|