Skip to content

Commit

Permalink
(BKR-1472) Document the .gitignore
Browse files Browse the repository at this point in the history
Reorganizes the .gitignore and adds comments where appropriate.
  • Loading branch information
Dakta committed Jun 6, 2018
1 parent 09a5b2b commit 65d6566
Showing 1 changed file with 32 additions and 9 deletions.
41 changes: 32 additions & 9 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,20 +1,46 @@
*.swp
log/*
!.gitignore

# Gem structure
junit
acceptance-tests
pkg
Gemfile.lock
options.rb

# Beaker-generated & local testing
test.cfg
options.rb
merged_options.rb
tmp/
log/
sut-files.tgz

# YARD
.yardoc
yard_docs
coverage
doc

# Dependencies
# NOTE: For consistency, please use `vendor/bundle` for Bundler-installed dependencies
.bundle
.vendor
_vendor
tmp/
doc
vendor

# Byebug
.byebugrc
.byebug_history

# SimpleCov
coverage


#
# Editor/IDE Clutter
#
# (TODO: consider removing these; use local personal .gitignore instead)

# Vim
*.swp
# JetBrains IDEA
*.iml
.idea/
Expand All @@ -24,6 +50,3 @@ doc
# Vagrant folder
.vagrant/
.vagrant_files/
# Byebug
.byebugrc
.byebug_history

0 comments on commit 65d6566

Please sign in to comment.