mirror of
https://github.com/ENSL/ensl.org.git
synced 2025-01-13 13:21:29 +00:00
41 lines
335 B
Text
41 lines
335 B
Text
|
# Rails, etc
|
||
|
/coverage/
|
||
|
/log/*
|
||
|
/tmp/*
|
||
|
/spec/tmp/*
|
||
|
.env
|
||
|
.tmp*
|
||
|
.rspec
|
||
|
.sass-cache
|
||
|
*.sassc
|
||
|
*.rbc
|
||
|
*.sassc
|
||
|
|
||
|
# OS X
|
||
|
.DS_Store
|
||
|
|
||
|
# Assets
|
||
|
/public/system/*
|
||
|
/public/files
|
||
|
/public/files/*
|
||
|
/public/local
|
||
|
|
||
|
# RubyMine
|
||
|
/.idea
|
||
|
|
||
|
# VIM
|
||
|
**.swp
|
||
|
|
||
|
# Git junk
|
||
|
**.orig
|
||
|
|
||
|
# Bundler
|
||
|
/.bundle
|
||
|
/vendor/bundle/
|
||
|
.bundle
|
||
|
|
||
|
# Misc
|
||
|
/index/*
|
||
|
rerun.txt
|
||
|
pickle-email-*.html
|