mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-11-14 08:50:44 +00:00
40 lines
335 B
Text
40 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
|