Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.

Commit 4e8613e

Browse files
committed
- updates gitignore with latest information
1 parent c4b3c1b commit 4e8613e

File tree

1 file changed

+52
-9
lines changed

1 file changed

+52
-9
lines changed

.gitignore

Lines changed: 52 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,58 @@
1-
/.bundle/
2-
/.yardoc
3-
/_yardoc/
1+
*.gem
2+
*.rbc
3+
/.config
44
/coverage/
5-
/doc/
5+
/InstalledFiles
66
/pkg/
77
/spec/reports/
8+
/spec/examples.txt
9+
/test/tmp/
10+
/test/version_tmp/
811
/tmp/
9-
.env
10-
.DS_Store
1112

12-
# rspec failure tracking
13-
.rspec_status
13+
# Used by dotenv library to load environment variables.
14+
# .env
15+
16+
# Ignore Byebug command history file.
17+
.byebug_history
18+
19+
## Specific to RubyMotion:
20+
.dat*
21+
.repl_history
22+
build/
23+
*.bridgesupport
24+
build-iPhoneOS/
25+
build-iPhoneSimulator/
26+
27+
## Specific to RubyMotion (use of CocoaPods):
28+
#
29+
# We recommend against adding the Pods directory to your .gitignore. However
30+
# you should judge for yourself, the pros and cons are mentioned at:
31+
# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
32+
#
33+
# vendor/Pods/
34+
35+
## Documentation cache and generated files:
36+
/.yardoc/
37+
/_yardoc/
38+
/doc/
39+
/rdoc/
40+
41+
## Environment normalization:
42+
/.bundle/
43+
/vendor/bundle
44+
/lib/bundler/man/
45+
46+
# for a library or gem, you might want to ignore these files since the code is
47+
# intended to run in multiple environments; otherwise, check them in:
48+
Gemfile.lock
49+
.ruby-version
50+
.ruby-gemset
51+
52+
# unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
53+
.rvmrc
54+
55+
# Used by RuboCop. Remote config files pulled in from inherit_from directive.
56+
# .rubocop-https?--*
1457

15-
Gemfile.lock
58+
.rspec_status

0 commit comments

Comments
 (0)