Sha256: 9f5a1cb33b1d3cf8636f6d6f64a7897f9976adf484b9506446ae4f33a9638853

Contents?: true

Size: 1.49 KB

Versions: 7

Compression:

Stored size: 1.49 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/*

# 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

7 entries across 7 versions & 1 rubygems

Version Path
o2webappizer-0.1.7 templates/.gitignore.tt
o2webappizer-0.1.6 templates/.gitignore.tt
o2webappizer-0.1.5 templates/.gitignore.tt
o2webappizer-0.1.4 templates/.gitignore.tt
o2webappizer-0.1.3 templates/.gitignore.tt
o2webappizer-0.1.2 templates/.gitignore.tt
o2webappizer-0.1.1 templates/.gitignore.tt