Skip to content

Commit 70ef318

Browse files
committed
- [+] empty project initiated
1 parent 99afd68 commit 70ef318

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

.gitattributes

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# used to remove files from deployment via `git archive`
2+
# git files
3+
.gitattributes export-ignore
4+
.gitignore export-ignore
5+
# general text files
6+
*.e.md export-ignore
7+
# CI/CD
8+
.travis.yml export-ignore
9+
.gitlab-ci.yml export-ignore
10+
bintray-*.json export-ignore
11+
## This project
12+
OpenSesame_proj.yaml export-ignore

OpenSesame_proj.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
Wireframe:
2+
Proj: OpenSesame
3+
Desc: Open Sesame -- One-time based file sharing
4+
Lang: Go
5+
User: suntong
6+
Author: Tong Sun <[email protected]>
7+
License: MIT
8+

0 commit comments

Comments
 (0)