1
0
Fork 0
forked from fun/fun

Removed .aiignore since it is a local only config file.

This commit is contained in:
Johannes Findeisen 2025-09-14 01:12:51 +02:00
commit 7dc9fca170
2 changed files with 3 additions and 1 deletions

4
.gitignore vendored
View file

@ -1,11 +1,13 @@
.idea/ .idea/
build/ build/
dist/ dist/
lib/*.so
out/ out/
src/*.o src/*.o
tmp/ tmp/
.aiignore
fun fun
fun_test fun_test
test_oppcodes test_opcodes
test test
test.* test.*

View file