mirror of
				https://github.com/mcasimir/kaminari-bootstrap.git
				synced 2022-11-09 13:46:52 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			117 lines
		
	
	
		
			No EOL
		
	
	
		
			1.2 KiB
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			117 lines
		
	
	
		
			No EOL
		
	
	
		
			1.2 KiB
		
	
	
	
		
			Text
		
	
	
	
	
	
# Created by http://gitignore.io
 | 
						|
 | 
						|
Gemfile.lock
 | 
						|
 | 
						|
### Ruby ###
 | 
						|
*.gem
 | 
						|
*.rbc
 | 
						|
.bundle
 | 
						|
.config
 | 
						|
coverage
 | 
						|
InstalledFiles
 | 
						|
lib/bundler/man
 | 
						|
pkg
 | 
						|
rdoc
 | 
						|
spec/reports
 | 
						|
test/tmp
 | 
						|
test/version_tmp
 | 
						|
tmp
 | 
						|
 | 
						|
# YARD artifacts
 | 
						|
.yardoc
 | 
						|
_yardoc
 | 
						|
doc/
 | 
						|
 | 
						|
### Rails ###
 | 
						|
*.rbc
 | 
						|
*.sassc
 | 
						|
.sass-cache
 | 
						|
capybara-*.html
 | 
						|
.rspec
 | 
						|
.rvmrc
 | 
						|
/.bundle
 | 
						|
/vendor/bundle
 | 
						|
/log/*
 | 
						|
/tmp/*
 | 
						|
/db/*.sqlite3
 | 
						|
/public/system/*
 | 
						|
/coverage/
 | 
						|
/spec/tmp/*
 | 
						|
**.orig
 | 
						|
rerun.txt
 | 
						|
pickle-email-*.html
 | 
						|
.project
 | 
						|
!.keep
 | 
						|
 | 
						|
 | 
						|
### SublimeText ###
 | 
						|
# SublimeText project files
 | 
						|
*.sublime-workspace
 | 
						|
 | 
						|
### TextMate ###
 | 
						|
*.tmproj
 | 
						|
*.tmproject
 | 
						|
tmtags
 | 
						|
 | 
						|
### OSX ###
 | 
						|
.DS_Store
 | 
						|
.AppleDouble
 | 
						|
.LSOverride
 | 
						|
Icon
 | 
						|
 | 
						|
 | 
						|
# Thumbnails
 | 
						|
._*
 | 
						|
 | 
						|
# Files that might appear on external disk
 | 
						|
.Spotlight-V100
 | 
						|
.Trashes
 | 
						|
 | 
						|
### Windows ###
 | 
						|
# Windows image file caches
 | 
						|
Thumbs.db
 | 
						|
ehthumbs.db
 | 
						|
 | 
						|
# Folder config file
 | 
						|
Desktop.ini
 | 
						|
 | 
						|
# Recycle Bin used on file shares
 | 
						|
$RECYCLE.BIN/
 | 
						|
 | 
						|
### Linux ###
 | 
						|
.*
 | 
						|
!.gitignore
 | 
						|
!.git*
 | 
						|
*~
 | 
						|
 | 
						|
 | 
						|
### RubyMine ###
 | 
						|
.idea/workspace.xml
 | 
						|
 | 
						|
### Eclipse ###
 | 
						|
*.pydevproject
 | 
						|
.project
 | 
						|
.metadata
 | 
						|
bin/**
 | 
						|
tmp/**
 | 
						|
tmp/**/*
 | 
						|
*.tmp
 | 
						|
*.bak
 | 
						|
*.swp
 | 
						|
*~.nib
 | 
						|
local.properties
 | 
						|
.classpath
 | 
						|
.settings/
 | 
						|
.loadpath
 | 
						|
 | 
						|
# External tool builders
 | 
						|
.externalToolBuilders/
 | 
						|
 | 
						|
# Locally stored "Eclipse launch configurations"
 | 
						|
*.launch
 | 
						|
 | 
						|
# CDT-specific
 | 
						|
.cproject
 | 
						|
 | 
						|
# PDT-specific
 | 
						|
.buildpath |