Sha256: 62ab1c5a459fb4aba139b76e76deafe22a203bf264dacc3064a7904dc8ee0f56

Contents?: true

Size: 1.1 KB

Versions: 2

Compression:

Stored size: 1.1 KB

Contents

# See http://help.github.com/ignore-files/ for more about ignoring files.
#
# If you find yourself ignoring temporary files generated by your text editor
# or operating system, you probably want to add a global ignore instead:
#   git config --global core.excludesfile '~/.gitignore_global'

# Ignore bundler config.
.bundle

# Ignore the default SQLite database.
db/*.sqlite3
db/*.sqlite3-journal

.DS_Store
*.gem
.rakeTasks
.generators

# Ignore all logfiles and tempfiles.
log/*.log
tmp

Gemfile.lock
!/site/Gemfile.lock

.sass-cache
.sass-cache/*
capybara-*.html
.rspec
。rspec/*
vendor/bundle
log/*
tmp/*
public/system
public/system/*
public/uploads
public/uploads/*
coverage/
spec/tmp/*

/.bundle/
/.yardoc
/Gemfile.lock
/_yardoc/
/coverage/
/doc/
/pkg/
/spec/reports/
/tmp/


**.orig
rerun.txt
pickle-email-*.html

*.rbc
*.sassc
*~

###############
#  fixed file #
###############
*.exe
*.txt
*.def
*.dsp
*.lib
*.doc
*.dll
*.lnt
*.pm
*.xls
*.dbg
*.DBG
*.o
*.plg
*.keep

###############
#    script   #
###############
*.bat

###############
#  temp file  #
###############
~*
*.log
*.cmm
*.men
*.ini
*.fig
*.cmp
*.tmp

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
webgit-0.1.1 .gitignore
webgit-0.1.0 .gitignore