Skip to content

Commit d55e34b

Browse files
committed
🎉 Initial commit
0 parents  commit d55e34b

3 files changed

Lines changed: 56 additions & 0 deletions

File tree

.gitattributes

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
* text=auto eol=lf
2+
3+
*.jpg filter=lfs diff=lfs merge=lfs -text
4+
*.jpeg filter=lfs diff=lfs merge=lfs -text
5+
*.png filter=lfs diff=lfs merge=lfs -text
6+
*.woff filter=lfs diff=lfs merge=lfs -text
7+
*.woff2 filter=lfs diff=lfs merge=lfs -text

.gitignore

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
# Actrun config files
2+
.actconfig
3+
4+
5+
# Binaries for programs and plugins
6+
frozen
7+
*.exe
8+
*.exe~
9+
*.dll
10+
*.so
11+
*.dylib
12+
*.a
13+
./actrun
14+
actrun-cli
15+
__debug_bin
16+
__debug_bin*
17+
build.sh
18+
19+
# Coverage report
20+
cover.html
21+
22+
# Python
23+
*.pyc
24+
__pycache__/
25+
26+
# Configuration files
27+
.env
28+
29+
# Temp files
30+
.DS_Store
31+
32+
*.test
33+
tests_e2e/coverage
34+
35+
# Output of the go coverage tool, specifically when used with LiteIDE
36+
*.out
37+
38+
# Go workspace file
39+
go.work
40+
41+
# Binary output
42+
dist/*
43+
graph-*

LICENSE.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# ⚖️ License Text
2+
3+
For the complete license and legal documentatio, please refer to:
4+
5+
* 📄 **Source Code:** [actionforge/legal/LICENSE.md](https://github.com/actionforge/legal/blob/main/LICENSE.md)
6+
* 🌐 **Official Website:** [actionforge.dev/eula](https://www.actionforge.dev/eula)

0 commit comments

Comments
 (0)