add community template for Racket
Co-Authored-By: Will Price <willprice94+dev@gmail.com> Co-Authored-By: Stefan <eu90h@users.noreply.github.com>
This commit is contained in:
parent
213a053ce7
commit
e5c5a2bb9c
15
community/Racket.gitignore
Normal file
15
community/Racket.gitignore
Normal 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
|
Loading…
Reference in New Issue
Block a user