WIP
This commit is contained in:
parent
8af00ba2d3
commit
be36959f87
4 changed files with 114 additions and 0 deletions
22
.gitignore
vendored
Normal file
22
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
|
||||
# Created by https://www.gitignore.io/api/racket
|
||||
# Edit at https://www.gitignore.io/?templates=racket
|
||||
|
||||
### Racket ###
|
||||
# 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
|
||||
|
||||
# End of https://www.gitignore.io/api/racket
|
||||
Loading…
Add table
Add a link
Reference in a new issue