File tree 2 files changed +44
-2
lines changed
2 files changed +44
-2
lines changed Original file line number Diff line number Diff line change
1
+ # Compiled source #
2
+ # ##################
3
+ * .com
4
+ * .class
5
+ * .dll
6
+ * .exe
7
+ * .o
8
+ * .so
9
+
10
+ # Packages #
11
+ # ###########
12
+ # it's better to unpack these files and commit the raw source
13
+ # git has its own built in compression methods
14
+ * .7z
15
+ * .dmg
16
+ * .gz
17
+ * .iso
18
+ * .jar
19
+ * .rar
20
+ * .tar
21
+ * .zip
22
+
23
+ # Logs and databases #
24
+ # #####################
25
+ * .log
26
+ * .sql
27
+ * .sqlite
28
+
29
+ # OS generated files #
30
+ # #####################
31
+ .DS_Store
32
+ .DS_Store ?
33
+ ._ *
34
+ .Spotlight-V100
35
+ .Trashes
36
+ ehthumbs.db
37
+ Thumbs.db
38
+
39
+ # App generated files #
40
+ # #####################
41
+ .vscode
42
+
Original file line number Diff line number Diff line change 1
- # Marketplace partner tools
1
+ # Marketplace Partner Tools
2
2
3
3
[ ![ MIT license] ( https://img.shields.io/badge/license-MIT-blue.svg )] ( LICENSE )
4
4
[ ![ Pull Requests Welcome] ( https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat )] ( http://makeapullrequest.com )
@@ -13,7 +13,7 @@ This repository includes bash scripts intended for use by Marketplace partners a
13
13
14
14
If you're just getting started, [ build-an-image.md] ( marketplace_docs/build-an-image.md ) is where to begin.
15
15
16
- ## Build an Image with Fabric automation
16
+ ## Build an Image with Fabric Automation
17
17
18
18
For repeatable image build processing, [ build-an-image-fabric.md] ( marketplace_docs/build-an-image-fabric.md ) is a good next step.
19
19
You can’t perform that action at this time.
0 commit comments