mirror of
https://gitlab.com/camelot/kickc.git
synced 2024-11-22 01:31:27 +00:00
Banking progress
(cherry picked from commit b98f95facff43c7a0bb8f9e9f902b49cc10ef4fe)
This commit is contained in:
parent
1499f8cecc
commit
c550a122da
6
.gitignore
vendored
6
.gitignore
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user