Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added as per the doc #8

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
161 changes: 161 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,161 @@
*.lock
*.gem
*.rbc

!Gemfile.lock
.attribute.yml

/.config
/coverage/
/InstalledFiles
/pkg/
/spec/reports/
/spec/examples.txt
inspec-azure.plan
inspec-aws-*.plan


*.tfstate
*.tfstate.*
.terraform/
terraform.tfvars

# Test Kitchenb
.kitchen/
.kitchen.local.yml
kitchen.local.yml

# Chef
Berksfile.lock
.zero-knife.rb
Policyfile.lock.json

# Temp
.vagrant
*~
*#
.#*
\#*#
.*.sw[a-z]
*.un~

inspec-deprecations-in-cfg.txt
inspec-deprecations-in-lib.txt

# Docker
*.retry
.backup


# OSX
# General
.DS_Store
.AppleDouble
.LSOverride

# Icon must end with two \r
Icon

# Thumbnails
._*

# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent

# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk

# Logs
*.log


## Documentation cache and generated files:
/.yardoc/
/_yardoc/
/doc/
/rdoc/

# Ignore bundler config
/.bundle/
/vendor/
/vendor/bundle
vendor/cookbooks

# unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
.rvmrc
.packer

# for a library or gem, you might want to ignore these files since the code is
# intended to run in multiple environments; otherwise, check them in:
.ruby-version
.ruby-gemset


## JetBrain
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
.idea/

## Specific to RubyMotion:
.dat*
.repl_history
*.bridgesupport

# File-based project format
*.iws

# IntelliJ
out/

# mpeltonen/sbt-idea plugin
.idea_modules/

# Crashlytics plugin (for Android Studio and IntelliJ)
com_crashlytics_export_strings.xml
crashlytics.properties
crashlytics-build.properties
fabric.properties

# JIRA plugin
atlassian-ide-plugin.xml


# Build Folder
/build/
/build-iPhoneOS/
/build-iPhoneSimulator/


# Ignore rendered files from docs/
source/docs/reference/
examples/meta-profile/vendor/
habitat/VERSION
habitat/results
/lib/bundler/man/


# USER
/.gitignoredir/
/tmp/
/test/tmp/
/test/version_tmp/
/.emacs.desktop
.gitter
*.elc
nbproject
auto-save-list
tramp
/.direnv
/.envrc
results/
contrib/*