Skip to content

Commit c94866a

Browse files
committed
1st public release
1 parent c2efdfc commit c94866a

File tree

380 files changed

+68883
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

380 files changed

+68883
-0
lines changed

.gitignore

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
###########################################################
2+
# The following permit to ignore files without extension. #
3+
###########################################################
4+
# Ignore all
5+
*
6+
7+
# Unignore all with extensions
8+
!*.*
9+
10+
# Unignore all dirs
11+
!*/
12+
13+
# Unignore
14+
!LICENSE
15+
16+
#########################################################
17+
# And now we indicate the files/dir we want to exclude. #
18+
#########################################################
19+
# Binaries for programs and plugins
20+
*.exe
21+
*.exe~
22+
*.dll
23+
*.so
24+
*.dylib
25+
26+
# Test binary, build with `go test -c`
27+
*.test
28+
29+
# Output of the go coverage tool, specifically when used with LiteIDE
30+
*.out
31+
32+
# Personal unwanted files and folders
33+
gohBackup/*
34+
package/*
35+
assets/artWork/*
36+
*.opt
37+
*.log
38+
*~
39+
*.debug
40+
*.xz
41+
*.7z
42+
*.SUM
43+
*.desktop
44+
git-push.sh
45+

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Changelog
2+
3+
## Hash Me
4+
5+
All notable changes to this project will be documented in this file.
6+
7+
## [xx] 2021-04-02
8+
9+
### Added
10+
11+
-
12+
13+
### Changed
14+
15+
-
16+
17+
### Fixed
18+
19+
-

0 commit comments

Comments
 (0)