Skip to content

Commit 692e864

Browse files
committed
new repo folder and files structures
1 parent 7c75ec5 commit 692e864

30 files changed

+718
-0
lines changed

.editorconfig

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# EditorConfig is awesome: https://EditorConfig.org
2+
3+
# top-most EditorConfig file
4+
root = true
5+
6+
[*]
7+
indent_style = space
8+
indent_size = 2
9+
end_of_line = crlf
10+
charset = utf-8
11+
trim_trailing_whitespace = false
12+
insert_final_newline = false

.gitignore

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
Dist
2+
Dist-BA2-Textures
3+
Dist-BA2-Main
4+
Tools/BSArch64.exe
5+
Tools/Caprica-0.3.0.exe
6+
Tools/Caprica-Experimental.exe
7+
Tools/7za.dll
8+
Tools/7za.exe
9+
Tools/7zxa.dll
10+
Tools/Spriggit.CLI.exe
11+
*.log

CHANLOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Planetary Databank Terminal
2+
3+
## Version 1.0.0 (Alpha)
4+
* First commit of the code. Working on learning and implementing the idea of this mod

LICENCE

Lines changed: 674 additions & 0 deletions
Large diffs are not rendered by default.
File renamed without changes.

0 commit comments

Comments
 (0)