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

Commit f2a9455

Browse files
authored
Merge pull request #40 from mnottale/rename-dockerapp
Rename app into .dockerapp using a factored constant.
2 parents b63789c + 9f3a517 commit f2a9455

File tree

22 files changed

+27
-17
lines changed

22 files changed

+27
-17
lines changed

.dockerignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
.git
2-
*.docker-app
2+
*.dockerapp
33
*.tar.gz
44
_build/

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
*.tar.gz
2-
*.docker-app
2+
*.dockerapp
33
_build/
4-
!examples/simple/*.docker-app
4+
!examples/simple/*.dockerapp

constants/constants.go

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
package constants
2+
3+
const (
4+
// AppExtension is the extension used by an application
5+
AppExtension = ".dockerapp"
6+
)

0 commit comments

Comments
 (0)