* fixes https://github.com/genotrance/nimterop/issues/62 * toast is now automatically built on demand, and doesn't depend on PATH - [ ] todo: need to track its deps properly to trigger rebuilding it; using same algo as shown here https://github.com/genotrance/nimterop/issues/69 but using nim deps instead of c deps * many other fixes * trying to follow https://github.com/timotheecour/vitanim/wiki/Nim-best-practices
19 lines
236 B
Text
19 lines
236 B
Text
## ignore all files wo extension
|
|
*
|
|
!/**/
|
|
!*.*
|
|
|
|
|
|
# Notes:
|
|
# all generated files should go inside `build/`
|
|
# use absolute paths to refer to a path assumed to be at a fixed level in the hierarchy
|
|
/build
|
|
|
|
|
|
nimcache
|
|
|
|
.DS_Store
|
|
|
|
*.exe
|
|
*.swp
|
|
|