diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2168034 --- /dev/null +++ b/.gitignore @@ -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/*