 b99f7959ce
			
		
	
	
		b99f7959ce
		
	
	
	
	
		
			
			Read S3 bucket name and AWS region from env Add /postgres-data to .gitignore Custom campaign layout Adjust custom layout wip fix wizard init on campaign page wip adjust design adjust campaigner profile section wider banner, fix button colours Fix custom layout Add custom_layout to nonprofit and render, if exists Fallback profile picture wip
		
			
				
	
	
		
			66 lines
		
	
	
	
		
			1,004 B
		
	
	
	
		
			Text
		
	
	
		
			Executable file
		
	
	
	
	
			
		
		
	
	
			66 lines
		
	
	
	
		
			1,004 B
		
	
	
	
		
			Text
		
	
	
		
			Executable file
		
	
	
	
	
| **/*.swp
 | |
| latest.dump
 | |
| node_modules
 | |
| npm-debug.log
 | |
| public/**/*
 | |
| client/js/nonprofits/donate/plugins-enabled
 | |
| 
 | |
| 
 | |
| .DS_Store
 | |
| /postgres-data
 | |
| 
 | |
| # 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
 | |
| 
 | |
| .env
 | |
| .idea/
 | |
| .vscode
 | |
| 
 | |
| # 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
 | |
| 
 | |
| #generated typescript APIs from Grape
 | |
| javascripts/api
 | |
| 
 | |
| # 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
 | |
| !public/svgs/*
 |