📝 Updated scripts and added default gitignores

This commit is contained in:
z3rOR0ne 2022-09-09 08:21:48 -07:00
parent ceffdc06f4
commit d4226720cb
258 changed files with 6900 additions and 27 deletions

View file

@ -0,0 +1,15 @@
# gitignore template for the Racket language
# website: http://www.racket-lang.org/
# DrRacket autosave files
*.rkt~
*.rkt.bak
\#*.rkt#
\#*.rkt#*#
# Compiled racket bytecode
compiled/
*.zo
# Dependency tracking files
*.dep