Skip to content

Commit abea1a9

Browse files
committed
Remove existing app, so we can start with git-flow base branching model.
1 parent 96a60d5 commit abea1a9

56 files changed

Lines changed: 52 additions & 5896 deletions

File tree

Some content is hidden

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

.gitignore

Lines changed: 52 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,59 @@
1-
# Compiled class file
1+
# These are some examples of commonly ignored file patterns.
2+
# You should customize this list as applicable to your project.
3+
# Learn more about .gitignore:
4+
# https://www.atlassian.com/git/tutorials/saving-changes/gitignore
5+
6+
# Node artifact files
7+
node_modules/
8+
dist/
9+
10+
# Compiled Java class files
211
*.class
312

4-
# Log file
5-
*.log
13+
# compiled Kotlin
14+
.kotlin
15+
build
616

7-
# BlueJ files
8-
*.ctxt
17+
# Compiled Python bytecode
18+
*.py[cod]
919

10-
# Mobile Tools for Java (J2ME)
11-
.mtj.tmp/
20+
# Log files
21+
*.log
1222

13-
# Package Files #
23+
# Package files
1424
*.jar
25+
26+
# Maven
27+
target/
28+
dist/
29+
30+
# JetBrains IDE
31+
.idea/
32+
33+
# Unit test reports
34+
TEST*.xml
35+
36+
# Generated by MacOS
37+
.DS_Store
38+
39+
# Generated by Windows
40+
Thumbs.db
41+
42+
# Applications
43+
*.app
44+
*.exe
1545
*.war
16-
*.nar
17-
*.ear
18-
*.zip
19-
*.tar.gz
20-
*.rar
21-
22-
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
23-
hs_err_pid*
24-
replay_pid*
25-
26-
# Kotlin Gradle plugin data, see https://kotlinlang.org/docs/whatsnew20.html#new-directory-for-kotlin-data-in-gradle-projects
27-
.kotlin/
46+
47+
# Large media files
48+
*.mp4
49+
*.tiff
50+
*.avi
51+
*.flv
52+
*.mov
53+
*.wmv
54+
55+
56+
57+
.asciidoctor
58+
diag-plantuml-md5*
59+
docs/arc42/*.pdf

SinusApproximator/.gitignore

Lines changed: 0 additions & 18 deletions
This file was deleted.

SinusApproximator/Dockerfile

Lines changed: 0 additions & 31 deletions
This file was deleted.

SinusApproximator/README.md

Lines changed: 0 additions & 26 deletions
This file was deleted.

SinusApproximator/build.gradle.kts

Lines changed: 0 additions & 10 deletions
This file was deleted.

SinusApproximator/composeApp/build.gradle.kts

Lines changed: 0 additions & 120 deletions
This file was deleted.

SinusApproximator/composeApp/src/androidMain/AndroidManifest.xml

Lines changed: 0 additions & 23 deletions
This file was deleted.

0 commit comments

Comments
 (0)