Skip to content

Commit b18bf78

Browse files
author
Tom
committed
Add gitignore
1 parent f7a1dfd commit b18bf78

File tree

2 files changed

+57
-64
lines changed

2 files changed

+57
-64
lines changed

.gitignore

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
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

.vscode/launch.json

Lines changed: 0 additions & 64 deletions
This file was deleted.

0 commit comments

Comments
 (0)