We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99afd68 commit 70ef318Copy full SHA for 70ef318
.gitattributes
@@ -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
@@ -0,0 +1,8 @@
+Wireframe:
+ Proj: OpenSesame
+ Desc: Open Sesame -- One-time based file sharing
+ Lang: Go
+ User: suntong
+ Author: Tong Sun <[email protected]>
+ License: MIT
+
0 commit comments