Sha256: 4fbce13b6bee7150ca8a41cedb55781f84dbd64dcb7bcce0acbbb9712bff6a8d

Contents?: true

Size: 1.5 KB

Versions: 15

Compression:

Stored size: 1.5 KB

Contents

# See https://help.github.com/articles/ignoring-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
/db/data.dev.yml

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

/public/assets/*
<% if options.solidus? -%>
/public/spree/*
<% end -%>
/public/system/*
/public/images/*
!/public/images/mini
!/public/images/thumb
!/public/images/small
!/public/images/medium
!/public/images/large
!/public/images/full
!/public/images/huge
!/public/images/original
!/public/images/rich_thumb
!/public/images/loading.gif
/private/*

# Default stuff
.DS_Store
.sass-cache

tools/bower/vendor/*

.vagrant/*
/compiled

# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
*.iml

## Directory-based project format:
.idea/

# if you remove the above rule, at least ignore the following:

# User-specific stuff:
# .idea/workspace.xml
# .idea/tasks.xml
# .idea/dictionaries
# .idea/shelf

# Sensitive or high-churn files:
# .idea/dataSources.ids
# .idea/dataSources.xml
# .idea/sqlDataSources.xml
# .idea/dynamic.xml
# .idea/uiDesigner.xml

# Gradle:
# .idea/gradle.xml
# .idea/libraries

# Mongo Explorer plugin:
# .idea/mongoSettings.xml

## File-based project format:
*.ipr
*.iws

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
o2webappizer-0.2.6 templates/.gitignore.tt
o2webappizer-0.2.5 templates/.gitignore.tt
o2webappizer-0.2.4 templates/.gitignore.tt
o2webappizer-0.2.3 templates/.gitignore.tt
o2webappizer-0.2.2 templates/.gitignore.tt
o2webappizer-0.2.1 templates/.gitignore.tt
o2webappizer-0.2.0 templates/.gitignore.tt
o2webappizer-0.1.15 templates/.gitignore.tt
o2webappizer-0.1.14 templates/.gitignore.tt
o2webappizer-0.1.13 templates/.gitignore.tt
o2webappizer-0.1.12 templates/.gitignore.tt
o2webappizer-0.1.11 templates/.gitignore.tt
o2webappizer-0.1.10 templates/.gitignore.tt
o2webappizer-0.1.9 templates/.gitignore.tt
o2webappizer-0.1.8 templates/.gitignore.tt