File tree Expand file tree Collapse file tree 2 files changed +57
-64
lines changed
Expand file tree Collapse file tree 2 files changed +57
-64
lines changed Original file line number Diff line number Diff line change 1+ .vscode /*
2+ ! .vscode /settings.json
3+ ! .vscode /tasks.json
4+ ! .vscode /launch.json
5+ ! .vscode /extensions.json
6+
7+
8+ * .gem
9+ * .rbc
10+ /.config
11+ /coverage /
12+ /InstalledFiles
13+ /pkg /
14+ /spec /reports /
15+ /spec /examples.txt
16+ /test /tmp /
17+ /test /version_tmp /
18+ /tmp /
19+
20+ # Used by dotenv library to load environment variables.
21+ # .env
22+
23+ # # Specific to RubyMotion:
24+ .dat *
25+ .repl_history
26+ build /
27+ * .bridgesupport
28+ build-iPhoneOS /
29+ build-iPhoneSimulator /
30+
31+ # # Specific to RubyMotion (use of CocoaPods):
32+ #
33+ # We recommend against adding the Pods directory to your .gitignore. However
34+ # you should judge for yourself, the pros and cons are mentioned at:
35+ # https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
36+ #
37+ # vendor/Pods/
38+
39+ # # Documentation cache and generated files:
40+ /.yardoc /
41+ /_yardoc /
42+ /doc /
43+ /rdoc /
44+
45+ # # Environment normalization:
46+ /.bundle /
47+ /vendor /bundle
48+ /lib /bundler /man /
49+
50+ # for a library or gem, you might want to ignore these files since the code is
51+ # intended to run in multiple environments; otherwise, check them in:
52+ # Gemfile.lock
53+ # .ruby-version
54+ # .ruby-gemset
55+
56+ # unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
57+ .rvmrc
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments