Sha256: 73508cbbe9f09d9d696604b50ead6724418bdd060b6bfa67eb194a17cd6be35b

Contents?: true

Size: 1022 Bytes

Versions: 3

Compression:

Stored size: 1022 Bytes

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'


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



# Ignore bundler config.
/.bundle/

# Ignore gem artifacts
/.gem

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

# Ignore database dump files:
/db/dumps/*
!/db/dumps/README.md

# Ignore rspec examples list:
/examples.txt

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

# Ignore Byebug/Bash/etc command history file.
/.*_hist*

# Ignore vim history file:
/.viminfo

# Ignore dotenv files, but not the dotenv examples:
*.env

# Don't ignore dotenv example files:
!*example.env

# Ignore IDE's and text editor artifacts:
*.swp
examples.txt

# Ignore gem builds
icalia-foresight-*.gem

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
icalia-foresight-0.0.4 .gitignore
icalia-foresight-0.0.3 .gitignore
icalia-foresight-0.0.2 .gitignore