1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-06-03 07:29:37 +00:00

Banking progress

(cherry picked from commit b98f95facff43c7a0bb8f9e9f902b49cc10ef4fe)
This commit is contained in:
Sven Van de Velde 2023-04-10 07:19:35 +02:00
parent 1499f8cecc
commit c550a122da

6
.gitignore vendored
View File

@ -1,4 +1,5 @@
/gen
**/.vscode/*
*/*.mon
*/*.vs
*/*.brk
@ -6,11 +7,12 @@
*/*.sym
*/.tmpdirs
*/bin/
/target/
**/target/*
*/workspace.xml
**/.DS_Store
.project
.tmpdirs
**/.vscode/*.log
/.idea/*
kickc.iml
kickc.iml
/src/main/fragment/cache