Added ./playground/ for local only stuff. (0.41.16)
This commit is contained in:
parent
6a39862787
commit
c61329124b
2 changed files with 3 additions and 1 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -7,9 +7,9 @@ Doxygen.in
|
||||||
!.gitignore
|
!.gitignore
|
||||||
!.github
|
!.github
|
||||||
!.gitkeep
|
!.gitkeep
|
||||||
!api/.gitkeep
|
|
||||||
.venv
|
.venv
|
||||||
api/
|
api/
|
||||||
|
!api/.gitkeep
|
||||||
build/*
|
build/*
|
||||||
build_debug/*
|
build_debug/*
|
||||||
build_release/*
|
build_release/*
|
||||||
|
|
@ -23,6 +23,8 @@ downloaded.png
|
||||||
json.xml
|
json.xml
|
||||||
lib/*.so
|
lib/*.so
|
||||||
out/
|
out/
|
||||||
|
playground/*
|
||||||
|
!playground/.gitkeep
|
||||||
src/*.o
|
src/*.o
|
||||||
src/rust/Cargo.lock
|
src/rust/Cargo.lock
|
||||||
src/rust/target
|
src/rust/target
|
||||||
|
|
|
||||||
0
playground/.gitkeep
Normal file
0
playground/.gitkeep
Normal file
Loading…
Add table
Add a link
Reference in a new issue