This commit is contained in:
MCorange99
2024-03-07 17:37:38 +02:00
parent 9625256554
commit 5b51430df1
37 changed files with 2169 additions and 1019 deletions

20
.gitignore vendored
View File

@@ -1,6 +1,18 @@
/target
/a
/*
test
test.nasm
test.o
# files
!/.gitignore
!/cargo.lock
!/cargo.toml
!/README.md
# folders
!/.github
!/editor
!/examples
!/include
!/playground
!/src
!/tests
!/tools