1
0
Fork 0
forked from fun/fun

Added ./playground/ for local only stuff. (0.41.16)

This commit is contained in:
Johannes Findeisen 2026-05-28 01:59:13 +02:00
commit c61329124b
2 changed files with 3 additions and 1 deletions

4
.gitignore vendored
View file

@ -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
View file